ComponentOne FlexGrid for UWP
AllowFreezing Enumeration

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : AllowFreezing Enumeration
Specifies constants that define what the user can freeze with the mouse.
Syntax
'Declaration
 
Public Enum AllowFreezing 
   Inherits System.Enum
public enum AllowFreezing : 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 use mouse to 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.Xaml.FlexGrid.AllowFreezing

See Also

Reference

C1.Xaml.FlexGrid Namespace