Back to Devexpress

KanbanGroup.AllowItemDrag Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup.md

latest1.9 KB
Original Source

KanbanGroup.AllowItemDrag Property

Gets or sets whether to disable tile drag-and-drop operations within and from the current group.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Options")]
[XtraSerializableProperty]
public bool AllowItemDrag { get; set; }
vb
<DXCategory("Options")>
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property AllowItemDrag As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if item drag-and-drop within and from the current group is enabled; otherwise, false.

|

Remarks

You can use the TileView.OptionsDragDrop.AllowDrag property to enable tile drag-and-drop operations.

The KanbanGroup.AllowItemDrag property allows you to disable tile drag-and-drop operations within and from the current group.

See Also

TileViewOptionsDragDrop.AllowDrag

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace