Skip to main content

ASPxSchedulerPopupMenu.Caption Property

Gets or sets the text string used as a menu item caption.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that specifies the text content of the menu item.

Remarks

Default menu captions are generated from the SchedulerViewBase.MenuCaption property values of Scheduler commands.

Implements

DevExpress.Utils.Menu.IDXPopupMenu<DevExpress.XtraScheduler.SchedulerMenuItemId>.Caption
See Also