Back to Devexpress

PropertyDefinitionBase.HeaderTemplate Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-15ad1bdf.md

latest1.4 KB
Original Source

PropertyDefinitionBase.HeaderTemplate Property

Gets or sets the template that defines the presentation of property headers. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public DataTemplate HeaderTemplate { get; set; }
vb
Public Property HeaderTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the presentation of property headers.

|

Remarks

To learn more, see Appearance Customization.

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace