Skip to main content
All docs
V23.2

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.v23.2.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 (true) or in percentages (false).

Remarks

Refer to the AutoFitColumnWidths(Boolean) method description for more information and an example.

See Also