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

PropertyGridControl.HighlightNonDefaultValues Property

Gets or sets whether to highlight non-default property values. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public bool HighlightNonDefaultValues { get; set; }

Property Value

Type Description
Boolean

true, to highlight non-default property values; otherwise, false.

Remarks

If the HighlightNonDefaultValues property is set to true, non-default values are highlighted by changing the color of the menu button.

Default and Non-default

See Also