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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, 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