Skip to main content
A newer version of this page is available. .

IConfigureExtractDataSourcePageView.NumberOfRows Property

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

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