BarItemLink.IsGalleryToolbarItemLink Property
Gets whether the link represents a gallery within the Quick Access Toolbar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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