Skip to main content
A newer version of this page is available. .

HtmlEditorToolbarItem.BeginGroup Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue(false)]
public virtual bool BeginGroup { get; set; }

Property Value

Type Default Description
Boolean **false**

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 toolbar item to separate it from other items.

See Also