Back to Devexpress

PropertyGridControl.DescriptionTemplate Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-70a622eb.md

latest2.0 KB
Original Source

PropertyGridControl.DescriptionTemplate Property

Gets or sets the template that defines the presentation of property descriptions. 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 DescriptionTemplate { get; set; }
vb
Public Property DescriptionTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the presentation of property descriptions.

|

Remarks

Use the DescriptionTemplate property to specify the common presentation of property descriptions. To specify a template applied to an individual property description, use the PropertyDefinitionBase.DescriptionTemplate property.

To learn more, see Appearance Customization.

See Also

DescriptionTemplateSelector

Appearance Customization

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace