Skip to main content

CustomizeDateNavigationBarCaptionEventArgs.Caption Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.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