Skip to main content

SchedulerNavigationButtonOptions.PrevCaption Property

Gets or sets the caption for the left (backward) navigation button.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string PrevCaption { get; set; }

Property Value

Type Description
String

A String representing a text to display on the button.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrevCaption
SchedulerOptionsViewBase
.NavigationButtons .PrevCaption
See Also