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; }
<XtraSerializableProperty>
Public Property MinWidth As Double
Property Value
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
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...