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

RibbonItemBase.SubGroupName Property

Gets or sets the name of the subgroup to which the item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string SubGroupName { get; set; }

Property Value

Type Default Description
String String.Empty

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