ASPxSchedulerPopupMenu.Caption Property
Gets or sets the text string used as a menu item caption.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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