Skip to main content
All docs
V25.1
  • IDashboardControl.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.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    int GridBestFitMaxRowCount { get; set; }

    Property Value

    Type Description
    Int32

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

    See Also