Skip to main content

AdvBandedGridView.SetColumnWidth(BandedGridColumn, Int32) Method

Sets the column’s width to the specified value.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void SetColumnWidth(
    BandedGridColumn column,
    int width
)

Parameters

Name Type Description
column BandedGridColumn

A GridColumn object whose width is to be changed.

width Int32

The column’s new width. This value cannot be less than GridColumn.MinWidth.

See Also