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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 GridColumn.OptionsColumn.FixedWidth option is set to true, the GetBestWidth method returns the GridColumn.Width property value.
See Also