Skip to main content

RichEditPopupMenuItem.BeginGroup Property

Gets or sets a value that specifies whether the current context menu item starts a group.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public bool BeginGroup { get; set; }

Property Value

Type Description
Boolean

true if the current item starts a group; otherwise, false.

Remarks

Use the BeginGroup property to control whether a specific separator should appear before the current context menu item to separate it from other items.

HtmlEditor_ContextMenu

See Also