Back to Devexpress

SchedulerNavigationButtonOptions.NextCaption Property

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

latest1.7 KB
Original Source

SchedulerNavigationButtonOptions.NextCaption Property

Gets or sets the caption for the right (forward) navigation button.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string NextCaption { get; set; }
vb
Public Property NextCaption 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 NextCaption
SchedulerOptionsViewBase

.NavigationButtons .NextCaption

|

See Also

PrevCaption

SchedulerNavigationButtonOptions Class

SchedulerNavigationButtonOptions Members

DevExpress.XtraScheduler Namespace