wpf-devexpress-dot-xpf-dot-propertygrid-7bef4476.md
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
[Flags]
public enum HeaderHighlightingMode
<Flags>
Public Enum HeaderHighlightingMode
| Name | Description |
|---|---|
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:
Values listed by this enumeration are used to set the PropertyDefinitionBase.HighlightingMode property.
See Also