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

SchedulerViewBase.MenuCaption Property

Gets or sets the menu caption string to indicate the View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override string MenuCaption { get; set; }

Property Value

Type Description
String

A string, representing the menu caption for a scheduler’s view.

See Also