HeaderHighlightingMode Enum
In This Article
Lists values that specify which parts of the selected property should be highlighted.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
#Declaration
#Members
Name | Description |
---|---|
None
|
Neither the header cell, nor the value cell is highlighted. |
Only
|
Only the header cell is highlighted. |
Only
|
Only the value cell is highlighted. |
Header
|
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