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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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
<dx:RibbonButtonItem Name="Bold" BeginGroup="True" ToolTip="Bold">
<Image16by16 IconID="format_bold_16x16">
</Image16by16>
</dx:RibbonButtonItem>
See Also