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

SelectedItemsChangingEventArgs.Cancel Property

Gets or sets the value identifying whether the selection change is canceled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the selection change is canceled; otherwise false.

See Also