Skip to main content

SchedulerViewBase.MenuCaption Property

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public string MenuCaption { get; set; }

#Property Value

Type Description
String

A string which specifies the menu caption for a scheduler's view.

See Also