IGrid.AutoFitColumnWidths(Boolean) Method
OBSOLETE
Use the AutoFitColumnWidths method without parameters instead.
Automatically adjusts column widths to their content.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Obsolete("Use the AutoFitColumnWidths method without parameters instead.", true)]
void AutoFitColumnWidths(
bool useRelativeWidth
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
useRelativeWidth | Boolean | False | Specifies whether the resulting column widths are in pixels ( |
Remarks
Refer to the AutoFitColumnWidths() method description for more information and an example.
See Also