Skip to main content
A newer version of this page is available. .
Tab

RibbonItemTemplateContainer(RibbonTemplateItem) Constructor

Initializes a new instance of the RibbonItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RibbonItemTemplateContainer(
    RibbonTemplateItem item
)

Parameters

Name Type Description
item RibbonTemplateItem

A RibbonTemplateItem object specifying the ribbon item to which the current object belongs.

See Also