Back to Devexpress

DrillDownStateChangingEventArgs.Cancel Property

corelibraries-devexpress-dot-xtracharts-dot-drilldownstatechangingeventargs.md

latest1.2 KB
Original Source

DrillDownStateChangingEventArgs.Cancel Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DrillDownStateChangingEventArgs Class

DrillDownStateChangingEventArgs Members

DevExpress.XtraCharts Namespace