Skip to main content

ControlRowSource.ControlRows Property

Gets or sets the type of data rows to expose from the source control.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.Desktop.v25.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

[DefaultValue(ControlRows.Visible)]
public ControlRows ControlRows { get; set; }

Property Value

Type Default Description
ControlRows Visible

The type of data rows to expose from the source control.

Available values:

Name Description
Source

The ChartControl visualizes all data rows from the source control’s underlying data source.

Visible

The ChartControl visualizes only visible data rows.

Selected

The ChartControl visualizes selected data rows.

Remarks

See the following help topic for more information: Display Data from WinForms Controls in a Chart.

See Also