IGridColumn.MinWidth Property
Specifies a column’s minimum width in pixels.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(50)]
int MinWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 50 | A column’s minimum width in pixels. |
Remarks
Refer to the MinWidth property description for more information and an example.
See Also