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.v19.2.Core.dll

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 Controls and MVC Extensions ASPxSchedulerOptionsView
.NavigationButtons.PrevCaption
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.NavigationButtons.PrevCaption
See Also