Back to Devexpress

ChartElementHighlightingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementhighlightingeventargs.md

latest1.3 KB
Original Source

ChartElementHighlightingEventArgs.Cancel Property

Gets or sets the value specifying whether the highlighting should be canceled.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the element highlighting should be canceled; otherwise false.

|

See Also

ChartElementHighlightingEventArgs Class

ChartElementHighlightingEventArgs Members

DevExpress.XtraCharts.Designer Namespace