BarCustomContainerItemLink.Item Property
In This Article
Gets the item to which this link corresponds.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarCustomContainerItem Item { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The Item property overrides the base class member to return a proper object type.
See Also