Back to Devexpress

BarItemLink.IsGalleryToolbarItemLink Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-3f2b60ba.md

latest1.6 KB
Original Source

BarItemLink.IsGalleryToolbarItemLink Property

Gets whether the link represents a gallery within the Quick Access Toolbar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool IsGalleryToolbarItemLink { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property IsGalleryToolbarItemLink As Boolean

Property Value

TypeDescription
Boolean

true if the link represents a gallery within the Quick Access Toolbar; otherwise, false.

|

See Also

Quick Access Toolbar

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace