ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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