MVCxRibbonTabCollection(IWebControlObject, Boolean) Constructor
Initializes a new instance of the MVCxRibbonTabCollection class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | DevExpress.Web.Internal.IWebControlObject | An object that implements the DevExpress.Web.Internal.IWebControlObject interface. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
isContext | Boolean | False | true, if the current tab collection belongs to a context tab category; otherwise, false. |
See Also