HtmlEditorContextMenuItem.BeginGroup Property
Gets or sets a value that specifies whether the current context menu item starts a group.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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.
See Also