FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AllowDragging Property

In This Topic
    AllowDragging Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse.
    Syntax
    'Declaration
     
    Public Property AllowDragging As AllowDragging
    public AllowDragging AllowDragging {get; set;}
    See Also