FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridBoundRow Class / AllowDragging Property

In This Topic
    AllowDragging Property (GridBoundRow)
    In This Topic
    Gets or sets a value indicating whether this row can be dragged.
    Syntax
    'Declaration
     
    Public Property AllowDragging As Boolean
    public bool AllowDragging {get; set;}
    See Also