Skip to main content

MVCxRibbonTabCollection(Boolean) Constructor

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxRibbonTabCollection(
    bool isContext = false
)

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