Skip to main content
A newer version of this page is available. .

TimeScaleBase.Caption Property

Gets or sets the time scale caption. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that is the time scale caption.

Implements

See Also