RibbonItemBase.SubGroupName Property
In This Article
Gets or sets the name of the subgroup to which the item belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value specifying the name of the subgroup. |
#Remarks
When a ribbon is resized, the ribbon items can be moved to another line to fit the new control width. Use the SubGroupName property to combine items in a subgroup. When this property is set, items from a subgroup are always placed together on one line.
See Also