Back to Devexpress

RibbonPageGroup.ToolbarContentButtonLink Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-ca4953c4.md

latest1.9 KB
Original Source

RibbonPageGroup.ToolbarContentButtonLink Property

Gets a link to the current group within the Quick Access Toolbar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RibbonToolbarPopupItemLink ToolbarContentButtonLink { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ToolbarContentButtonLink As RibbonToolbarPopupItemLink

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.Internal.RibbonToolbarPopupItemLink

A link to the current group within the Quick Access Toolbar.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

AddGroupToToolbar()

RemoveGroupFromToolbar()

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace