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

AdvBandedGridView.SetColumnWidth(BandedGridColumn, Int32) Method

Sets the column’s width to the specified value.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

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