Back to Devexpress

BarButtonGroup.ItemLinks Property

windowsforms-devexpress-dot-xtrabars-dot-barbuttongroup.md

latest1.4 KB
Original Source

BarButtonGroup.ItemLinks Property

Provides access to links that are owned by the current group.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override BarItemLinkCollection ItemLinks { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property ItemLinks As BarItemLinkCollection

Property Value

TypeDescription
BarItemLinkCollection

A BarItemLinkCollection object that contains links owned by the container item.

|

Remarks

For more information and examples, see BarCustomContainerItem.ItemLinks.

See Also

ItemLinks

BarButtonGroup Class

BarButtonGroup Members

DevExpress.XtraBars Namespace