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