Back to Devexpress

HeaderHighlightingMode Enum

wpf-devexpress-dot-xpf-dot-propertygrid-7bef4476.md

latest2.0 KB
Original Source

HeaderHighlightingMode Enum

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

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
[Flags]
public enum HeaderHighlightingMode
vb
<Flags>
Public Enum HeaderHighlightingMode

Members

NameDescription
None

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

| | OnlyHeader |

Only the header cell is highlighted.

| | OnlyContent |

Only the value cell is highlighted.

| | HeaderAndContent |

Both the header cell and the value cell are highlighted.

|

The following properties accept/return HeaderHighlightingMode values:

Remarks

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

See Also

DevExpress.Xpf.PropertyGrid Namespace