RibbonTab.Groups Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public RibbonGroupCollection Groups { get; }
Public ReadOnly Property Groups As RibbonGroupCollection
Property Value
Type | Description |
---|---|
RibbonGroupCollection | A RibbonGroupCollection object that is a collection of groups within the tab. |
Available values:
Name | Description |
---|---|
RibbonGroupCollection(IWebControlObject) | Initializes a new instance of the RibbonGroupCollection class with the specified owner. |
Remarks
The Groups property is used to provide access to the collection of groups within the current ribbon tab. The collection is represented by an instance of the RibbonGroupCollection class and allows individual groups (which are instances of the RibbonGroup class) to be added, deleted and accessed using an indexer notation.
See Also
Feedback