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

FileManagerToolbarCreateButton.BeginGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool BeginGroup { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display a separator before the item; otherwise, false.

Remarks

Use the BeginGroup property to control whether a separator should appear before the current toolbar item.

ASPxFileManager_ToolbarItemSeparator

See Also