Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public bool IsDragDrop { get; }

Property Value

Type Description
Boolean

true, if the associated event is part of a drag-and-drop operation; otherwise, false.

See Also