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

AgendaView.MenuCaption Property

Gets or sets the menu caption string to indicate the Agenda view.

.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public override string MenuCaption { get; set; }

Property Value

Type Description
String

A string that is the menu caption for commands switching the scheduler to the Agenda view.

See Also