Skip to main content
All docs
V25.1
  • 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.v25.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 (true) or in percentages (false).

    Remarks

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

    See Also