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

HeaderHighlightingMode Enum

Lists values that specify which parts of the selected property should be highlighted.

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

[Flags]
public enum HeaderHighlightingMode

Members

Name Description
None

Neither the header cell, nor the value cell is highlighted.

HeaderHighlightingMode_None

OnlyHeader

Only the header cell is highlighted.

HeaderHighlightingMode_OnlyHeader

OnlyContent

Only the value cell is highlighted.

HeaderHighlightingMode_OnlyContent

HeaderAndContent

Both the header cell and the value cell are highlighted.

HeaderHighlightingMode_HeaderAndContent

Related API Members

The following properties accept/return HeaderHighlightingMode values:

Remarks

Values listed by this enumeration are used to set the PropertyDefinitionBase.HighlightingMode property.

See Also