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

ControlRowSourceChangedEventArgs.ChangedRows Property

Returns the type of changed rows.

Namespace: DevExpress.Data.Controls

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ControlRows ChangedRows { get; }

Property Value

Type Description
ControlRows

The type of changed rows.

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