Back to Devexpress

RibbonItemBase.BeginGroup Property

aspnet-devexpress-dot-web-dot-ribbonitembase-e8ab10b1.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool BeginGroup { get; set; }
vb
<DefaultValue(False)>
Public Property BeginGroup As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

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

See Also

Ribbon

RibbonItemBase Class

RibbonItemBase Members

DevExpress.Web Namespace