Skip to main content
A newer version of this page is available. .
All docs
V20.2

GridOptionsView.FixedColumnHighlightMode Property

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(GridFixedColumnHighlightMode.Default)]
[XtraSerializableProperty]
public virtual GridFixedColumnHighlightMode FixedColumnHighlightMode { get; set; }

Property Value

Type Default
DevExpress.XtraGrid.Views.Grid.GridFixedColumnHighlightMode **Default**

Property Paths

You can access this nested property as listed below:

Object Type Path to FixedColumnHighlightMode
AdvBandedGridView
.OptionsView .FixedColumnHighlightMode
BandedGridView
.OptionsView .FixedColumnHighlightMode
GridView
.OptionsView .FixedColumnHighlightMode
See Also