BaseGallery.AllowItemDrag Property
Gets or sets whether gallery items can be dragged-and-dropped.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | True if items can be dragged-and-dropped; otherwise, False. |
Remarks
To handle a drag-and-drop operation, use the StandaloneGallery.DragItemStart, StandaloneGallery.DragItemMove and StandaloneGallery.DragItemDrop events.
See Also