FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / AllowDraggingEnum Enumeration

In This Topic
    AllowDraggingEnum Enumeration
    In This Topic
    Specifies whether the user should be able to drag rows and columns with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum AllowDraggingEnum 
       Inherits System.Enum
    public enum AllowDraggingEnum : System.Enum 
    Members
    MemberDescription
    BothThe user may drag rows and columns with the mouse.
    ColumnsThe user may drag columns with the mouse.
    NoneThe user may not drag rows or columns.
    RowsThe user may drag rows with the mouse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.AllowDraggingEnum

    See Also