Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

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