Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool BeginGroup { get; set; }

Property Value

Type Description
Boolean

true to begin a group with the current item; otherwise, false.

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