Skip to main content
A newer version of this page is available. .

PropertyDefinitionBase.PropertyDefinitionTemplate Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public DataTemplate PropertyDefinitionTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of the property.

Remarks

To learn more, see Appearance Customization.

See Also