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

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