IGlobalDataTemplates Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Defines the application-global data templates.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IGlobalDataTemplates : IDataTemplateHost
<NotClientImplementableAttribute>
Public Interface IGlobalDataTemplates
Inherits IDataTemplateHost
[<NotClientImplementableAttribute>]
type IGlobalDataTemplates =
interface
interface IDataTemplateHost
end
Implements | IDataTemplateHost |
Properties
DataTemplates | Gets the data templates for the element. (Inherited from IDataTemplateHost) |
IsDataTemplatesInitialized | Gets a value indicating whether DataTemplates is initialized. (Inherited from IDataTemplateHost) |