Back to Devexpress

RibbonPageGroup.Links Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-2905eec4.md

latest1.5 KB
Original Source

RibbonPageGroup.Links Property

Gets the collection of links owned by the current page group.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
BarItemLinkCollection

A BarItemLinkCollection object that contains links owned by the current page group.

|

Remarks

The Links and RibbonPageGroup.ItemLinks properties are in sync.

Implements

Links

See Also

ItemLinks

Items

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace