Skip to main content
All docs
V25.1
  • DashboardControl.GridBestFitMaxRowCount Property

    Gets or sets the number of the Grid dashboard item’s data rows whose content is processed to apply best fit to columns.

    Namespace: DevExpress.DashboardWpf

    Assembly: DevExpress.Dashboard.v25.1.Wpf.dll

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    [DefaultValue(1000)]
    public int GridBestFitMaxRowCount { get; set; }

    Property Value

    Type Default Description
    Int32 1000

    An integer value specifying the number of data rows that are processed to apply best fit to columns.

    See Also