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

PropertyGridControl.ActualDescriptionContainerStyleSelector Property

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

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

[Browsable(false)]
public StyleSelector ActualDescriptionContainerStyleSelector { get; protected set; }

Property Value

Type Description
StyleSelector

A StyleSelector descendant that is the actual style selector.

Remarks

To learn more, see Appearance Customization.

See Also