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

ExtractSourceOptions.RowCount Property

Gets or sets the number of extracted rows.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(0)]
[Browsable(true)]
public int RowCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the number of extracted rows.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowCount
DashboardExtractDataSource
See Also