Back to Devexpress

ChartElementSelectingEventArgs.ShowDataTab Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementselectingeventargs-bba7cf86.md

latest1.4 KB
Original Source

ChartElementSelectingEventArgs.ShowDataTab Property

Gets or sets the value specifying whether the Data tab should be visible in the $Chart Designer for the selected chart element.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the tab should be visible; otherwise false ;

|

See Also

ChartElementSelectingEventArgs Class

ChartElementSelectingEventArgs Members

DevExpress.XtraCharts.Designer Namespace