Gets or sets the DataTemplate to be used to display the content.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public DataTemplate ContentTemplate { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property ContentTemplate As DataTemplate |