Skip to main content

OptionsBand.FixedWidth Property

Gets or sets whether the band’s width remains fixed when the View’s auto width feature is enabled and the View is resized.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool FixedWidth { get; set; }

Property Value

Type Default Description
Boolean false

true if the band’s width remains fixed when the View’s auto-width feature is enabled and the View is resized; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to FixedWidth
GridBand
.OptionsBand .FixedWidth

Remarks

The auto-width feature can be enabled by setting the View’s GridOptionsView.ColumnAutoWidth option to true.

See Also