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

SchedulerNavigationButtonOptions.PrevCaption Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.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:

Library Object Type Path to PrevCaption
Cross-Platform Class Library SchedulerOptionsViewBase
.NavigationButtons .PrevCaption
WinForms Controls SchedulerOptionsView
.NavigationButtons .PrevCaption
WPF Controls SchedulerOptionsView
.NavigationButtons .PrevCaption
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.NavigationButtons .PrevCaption
ASP.NET Web Forms Controls ASPxSchedulerOptionsView
.NavigationButtons .PrevCaption
See Also