Skip to main content

TimeRuler.Caption Property

Gets or sets the time ruler’s caption. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public string Caption { get; set; }

Property Value

Type Description
String

A String value that is the time ruler`s caption.

Remarks

Use the Caption property to indicate a time zone or a geographical region the time ruler displays.

See Also