HeaderHighlightingMode Enum
Lists values that specify which parts of the selected property should be highlighted.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Members
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. |
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