public interface ITypedDataTemplate : IDataTemplate,
ITemplate<Object, Control>Public Interface ITypedDataTemplate
Inherits IDataTemplate, ITemplate(Of Object, Control)type ITypedDataTemplate =
interface
interface IDataTemplate
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.
(Inherited from IDataTemplate) |