Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

RibbonTabCollection(IWebControlObject, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RibbonTabCollection(
    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