IsBeingDragged Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnManagerCell Class : IsBeingDragged Property

Gets a value if the ColumnManagerCell is currently being dragged.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsBeingDragged As Boolean
C# 
public bool IsBeingDragged {get;}

Return Value

true if the ColumnManagerCell is currently being dragged; false otherwise. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also