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

RibbonItemBase.BeginGroup Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public 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 item to separate it from other items.

Example

ASPxRibbon_ItemTooltip

<dx:RibbonButtonItem Name="Bold" BeginGroup="True" ToolTip="Bold">
     <Image16by16 IconID="format_bold_16x16">
     </Image16by16>
</dx:RibbonButtonItem>
See Also