Skip to main content

SchedulerNavigationButtonOptions.NextCaption Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.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:

Object Type Path to NextCaption
SchedulerOptionsViewBase
.NavigationButtons .NextCaption
See Also