Back to Devexpress

RibbonQuickAccessToolbar.IsToolbarCustomizationItem(BarItemLink) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonquickaccesstoolbar-dot-istoolbarcustomizationitem-x28-devexpress-dot-xtrabars-dot-baritemlink-x29.md

latest2.2 KB
Original Source

RibbonQuickAccessToolbar.IsToolbarCustomizationItem(BarItemLink) Method

Gets whether the specified link represents the RibbonQuickAccessToolbar‘s customize button.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool IsToolbarCustomizationItem(
    BarItemLink link
)
vb
Public Overridable Function IsToolbarCustomizationItem(
    link As BarItemLink
) As Boolean

Parameters

NameTypeDescription
linkBarItemLink

A BarItemLink object which represents the link to be tested.

|

Returns

TypeDescription
Boolean

true if the specified link represents the RibbonQuickAccessToolbar‘s customize button; otherwise, false.

|

Remarks

The RibbonQuickAccessToolbar‘s customize button is visible if the RibbonQuickAccessToolbar.ShowCustomizeItem property is set to true.

See Also

ShowCustomizeItem

RibbonQuickAccessToolbar Class

RibbonQuickAccessToolbar Members

DevExpress.XtraBars.Ribbon Namespace