IsBeingDragged Property (ColumnManagerCell)
Gets a value if the
ColumnManagerCell is currently being dragged.
public bool IsBeingDragged {get;}
'Declaration
Public ReadOnly Property IsBeingDragged As Boolean
'Usage
Dim instance As ColumnManagerCell
Dim value As Boolean
value = instance.IsBeingDragged
Property Value
true if the
ColumnManagerCell is currently being dragged;
false otherwise. By default,
false.