Skip to main content
All docs
V20.1

ChartElement.IsTabStop Property

Indicates whether the element is included in tab navigation.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public bool IsTabStop { get; set; }

Property Value

Type Description
Boolean

true if the element is included in tab navigation; otherwise false. The default is true.

See Also