Back to Devexpress

SchedulerNavigationButtonOptions.PrevCaption Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulernavigationbuttonoptions-01da6b2c.md

latest1.7 KB
Original Source

SchedulerNavigationButtonOptions.PrevCaption Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string PrevCaption { get; set; }
vb
Public Property PrevCaption As String

Property Value

TypeDescription
String

A String representing a text to display on the button.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrevCaption
SchedulerOptionsViewBase

.NavigationButtons .PrevCaption

|

See Also

NextCaption

SchedulerNavigationButtonOptions Class

SchedulerNavigationButtonOptions Members

DevExpress.XtraScheduler Namespace