FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / AllowDragging Property

In This Topic
    AllowDragging Property (RowCol)
    In This Topic
    Gets or sets a value that indicates whether the user can move this row or column to a new position with the mouse.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AllowDragging As Boolean
    [DefaultValue(true)]
    public bool AllowDragging {get; set;}
    See Also