Skip to main content

PropertyGridControl.ActualDescriptionTemplateSelector Property

Gets the actual template selector that chooses a property description template based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

[Browsable(false)]
public DataTemplateSelector ActualDescriptionTemplateSelector { get; protected set; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

Remarks

To learn more, see Appearance Customization.

See Also