TabControlTabRemovingEventArgs.IsDragDrop Property
Gets a value which indicates whether the associated event is part of a drag-and-drop operation.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the associated event is part of a drag-and-drop operation; otherwise, false. |
See Also