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

FileManagerToolbarItemBase.BeginGroup Property

Gets or sets a value that specifies whether an item separator should be displayed before the current toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to display a separator before the item; 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 menu items.

ASPxFileManager_ItemSeparator

See Also