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


In This Topic
    IsBeingDragged Property (ColumnManagerCell)
    In This Topic
    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
    public bool IsBeingDragged {get;}

    Property Value

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

    See Also