Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnManagerCell Class / IsBeingDragged Property


IsBeingDragged Property (ColumnManagerCell)
Gets a value if the ColumnManagerCell is currently being dragged.
Syntax
'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.
Requirements

See Also