Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.ShowHeaders Property

Gets or sets whether to display the time scale headers.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

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

Declaration

bool ShowHeaders { get; set; }

Property Value

Type Description
Boolean

true, to display time scale headers; otherwise, false.

See Also