Skip to main content

ControlRowSourceChangedEventArgs.ChangedRows Property

Returns the type of changed rows.

Namespace: DevExpress.Data.Controls

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

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

Declaration

public ControlRows ChangedRows { get; }

Property Value

Type Description
ControlRows

The type of changed rows.

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.

See Also