public interface IRecyclingDataTemplate : IDataTemplate,
ITemplate<Object, Control>Public Interface IRecyclingDataTemplate
Inherits IDataTemplate, ITemplate(Of Object, Control)type IRecyclingDataTemplate =
interface
interface IDataTemplate
interface ITemplate<Object, Control>
end| Build(TParam) |
Creates the control.
(Inherited from ITemplateTParam, TControl) |
| Build(Object, Control) | Creates or recycles a control to display the specified data. |
| Match(Object) |
Checks to see if this data template matches the specified data.
(Inherited from IDataTemplate) |