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

GridColumn.GetBestWidth() Method

Returns the minimum width that the column can have and still display its contents completely.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int GetBestWidth()

Returns

Type Description
Int32

An integer value that specifies the column’s minimum width which is required to display its contents completely.

Remarks

If the column’s OptionsColumn.FixedWidth option is set to true, the GetBestWidth method returns the column’s width which is specified by its GridColumn.Width property.

See Also