Skip to main content
Tab

RibbonItemTemplateContainer.Item Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonTemplateItem Item { get; }

Property Value

Type Description
RibbonTemplateItem

A RibbonTemplateItem object that is the item being rendered.

See Also