Back to Devexpress

DashboardControl.GridBestFitMaxRowCount Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-392864a8.md

latest1.4 KB
Original Source

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.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
[DefaultValue(1000)]
public int GridBestFitMaxRowCount { get; set; }
vb
<DefaultValue(1000)>
Public Property GridBestFitMaxRowCount As Integer

Property Value

TypeDefaultDescription
Int321000

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

|

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace