Back to Devexpress

BarCustomContainerItemLink.Item Property

windowsforms-devexpress-dot-xtrabars-dot-barcustomcontaineritemlink-a1c082fa.md

latest1.3 KB
Original Source

BarCustomContainerItemLink.Item Property

Gets the item to which this link corresponds.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual BarCustomContainerItem Item { get; }
vb
Public Overridable ReadOnly Property Item As BarCustomContainerItem

Property Value

TypeDescription
BarCustomContainerItem

A BarCustomContainerItem object representing the item associated with this link.

|

Remarks

The Item property overrides the base class member to return a proper object type.

See Also

BarCustomContainerItemLink Class

BarCustomContainerItemLink Members

DevExpress.XtraBars Namespace