Skip to main content

GridColumn.MinWidth Property

Gets or sets the minimum column width allowed. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public double MinWidth { get; set; }

Property Value

Type Description
Double

A Double value specifying the minimum column width in density-independent pixels.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

In the grid, column widths are adjusted automatically, so that the total width of all columns matches the grid width. Changing the width of one column automatically changes the widths of other columns. To set the minimum width that can be assigned to a column, use the MinWidth property.

See Also