IDataTemplate Interface
Interface representing a template used to build a control for a piece of data.
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface IDataTemplate : ITemplate<Object, Control>
Public Interface IDataTemplate
Inherits ITemplate(Of Object, Control)
type IDataTemplate =
interface
interface ITemplate<Object, Control>
end
Implements | ITemplate(Object, Control) |
Methods
Build(TParam) | Creates the control. (Inherited from ITemplate(TParam, TControl)) |
Match(Object) | Checks to see if this data template matches the specified data. |