ASPxSchedulerPopupMenu.BeginGroup Property
Gets or sets whether the menu item appears at the beginning of a group of items on the menu.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If you set the BeginGroup property to True, a separator is inserted into the menu preceding this item.
Implements
DevExpress.Utils.Menu.IDXMenuItemBase<DevExpress.XtraScheduler.SchedulerMenuItemId>.BeginGroup
See Also