Interface IDataTemplate
Interface representing a template used to build a control for a piece of data.
public interface IDataTemplate : ITemplate<object?, Control?>
- Inherited Members
Methods
Match(object?)
Checks to see if this data template matches the specified data.
bool Match(object? data)
Parameters
data
objectThe data.
Returns
- bool
True if the data template can build a control for the data, otherwise false.