AdvBandedGridView.SetColumnWidth(BandedGridColumn, Int32) Method
In This Article
Sets the column’s width to the specified value.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public void SetColumnWidth(
BandedGridColumn column,
int width
)
#Parameters
Name | Type | Description |
---|---|---|
column | Banded |
A Grid |
width | Int32 | The column’s new width. This value cannot be less than Grid |
See Also