Skip to main content
Bar

RibbonGalleryBarItemLink.Item Property

Gets a RibbonGalleryBarItem to which the current link refers.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonGalleryBarItem Item { get; }

Property Value

Type Description
RibbonGalleryBarItem

A RibbonGalleryBarItem to which the current link refers.

See Also