Skip to main content

IConfigureExtractDataSourcePageView.NumberOfRows Property

Gets or sets the number of rows that will fall into a data extract.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

int NumberOfRows { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of rows that will fall into a data extract.

See Also