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

CustomizeDateNavigationBarCaptionEventArgs.Caption Property

Gets or sets a text displayed as a caption in the SchedulerDateNavigationBar control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string that is the Date Navigation Bar caption.

See Also