SchedulerMenuItem(String) Constructor
Initializes a new instance of the SchedulerMenuItem class with the specified caption.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| caption | String | A String value that specifies the caption of the menu item. This value is assigned to the DXMenuItem.Caption property. |
See Also