Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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