Skip to main content

ControlRowSource.ControlRows Property

Gets or sets the type of rows that the source control provides.

Namespace: DevExpress.Data.Controls

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

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

Declaration

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

Property Value

Type Default Description
ControlRows Visible

The type of rows that the source control provides.

Available values:

Name Description
Source

The Chart Control visualizes a source control’s all data rows.

Visible

The Chart Control visualizes data rows that the source control filters.

Selected

The Chart Control visualizes data rows that are selected within a source control.

See Also