Skip to main content

ExtractSourceOptions.RowCount Property

Gets or sets the number of extracted rows.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(true)]
[DefaultValue(0)]
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