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

In This Topic
    AllowFreezingEnum Enumeration
    In This Topic
    Specifies whether the user should be able to freeze rows and columns with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum AllowFreezingEnum 
       Inherits System.Enum
    public enum AllowFreezingEnum : System.Enum 
    Members
    MemberDescription
    BothThe user may freeze rows and columns by dragging the frozen region boundaries with the mouse.
    ColumnsThe user may freeze columns by dragging the frozen region vertical boundary with the mouse.
    NoneThe user may not freeze rows or columns.
    RowsThe user may freeze rows by dragging the frozen region horizontal boundary with the mouse.
    Inheritance Hierarchy

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

    See Also