dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-ae058945.md
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.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
[DefaultValue(1000)]
public int GridBestFitMaxRowCount { get; set; }
<DefaultValue(1000)>
Public Property GridBestFitMaxRowCount As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 1000 |
An integer value specifying the number of data rows that are processed to apply best fit to columns.
|
When applying the best fit feature to a column, the column is resized so that it displays the complete contents of its header, totals and data cells. The number of data rows taken into account for this calculation is specified by the GridBestFitMaxRowCount property.
See Also