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

SchedulerNavigationButtonOptions.NextCaption Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public string NextCaption { 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 NextCaption
Cross-Platform Class Library SchedulerOptionsViewBase
.NavigationButtons .NextCaption
WinForms Controls SchedulerOptionsView
.NavigationButtons .NextCaption
WPF Controls SchedulerOptionsView
.NavigationButtons .NextCaption
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.NavigationButtons .NextCaption
ASP.NET Web Forms Controls ASPxSchedulerOptionsView
.NavigationButtons .NextCaption
See Also