BarItemLink.IsGalleryToolbarItemLink Property
Gets whether the link represents a gallery within the Quick Access Toolbar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool IsGalleryToolbarItemLink { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the link represents a gallery within the Quick Access Toolbar; otherwise, false. |
See Also