ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / FreezingMode Enumeration

In This Topic
    FreezingMode Enumeration
    In This Topic
    Determines the freezing mode.
    Syntax
    'Declaration
     
    Public Enum FreezingMode 
       Inherits System.Enum
    public enum FreezingMode : System.Enum 
    Members
    MemberDescription
    BothThe user can drag both horizontal and vertical freezing handles.
    ColumnsThe user can drag the vertical freezing handle to change position of the static column.
    NoneThe freezing handle cannot be dragged.
    RowsThe user can drag the horizontal freezing handle to change position of the static row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.FreezingMode

    See Also