Skip to main content

TimeRuler.Caption Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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