Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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