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

DrillDownStateChangingEventArgs.Cancel Property

Gets or sets the value indicating whether the state change should be canceled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, if the state change should be canceled; otherwise false.

See Also