Skip to main content

SchedulerViewBase.MenuCaption Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual string MenuCaption { get; set; }

Property Value

Type Description
String

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

See Also