MVCxRibbonGroup.Items Property
Gets the collection of items in the MVCxRibbonGroup.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxRibbonItemCollection | An MVCxRibbonItemCollection instance that is the collection of items. |
Remarks
Use the Items property to access a collection of items within the Ribbon group. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
If the Ribbon extension is bound to data, the Items property is ignored.
See Also