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

RibbonItemTemplateContainer.Item Property

Gets an item for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RibbonTemplateItem Item { get; }

Property Value

Type Description
RibbonTemplateItem

A RibbonTemplateItem object that is the item being rendered.

See Also