ITypedDataTemplate Interface
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Implements | IDataTemplate, ITemplate(Object, Control) |
Properties
DataType |
Methods
Build(TParam) | Creates the control. (Inherited from ITemplate(TParam, TControl)) |
Match(Object) | Checks to see if this data template matches the specified data. (Inherited from IDataTemplate) |