Skip to main content

MVCxRibbonTabCollection(IWebControlObject, Boolean) Constructor

Initializes a new instance of the MVCxRibbonTabCollection class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxRibbonTabCollection(
    IWebControlObject owner,
    bool isContext = false
)

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