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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 |
|
Remarks
The auto-width feature can be enabled by setting the View’s GridOptionsView.ColumnAutoWidth option to true.
See Also