IDataTemplate Interface
Definition
Interface representing a template used to build a control for a piece of data.
public interface IDataTemplate
Methods
| Name | Description |
|---|---|
| Match | Checks to see if this data template matches the specified data. |
Match Method
Checks to see if this data template matches the specified data.
public bool Match(object data)
Parameters
data object
The data.
Returns
bool
True if the data template can build a control for the data, otherwise false.