FlexGrid for WinForms
AllowFreezingEnum Enumeration



Specifies whether the user should be able to freeze rows and columns with the mouse.
Syntax
'Declaration
 
Public Enum AllowFreezingEnum 
   Inherits System.Enum
'Usage
 
Dim instance As AllowFreezingEnum
public enum AllowFreezingEnum : System.Enum 
public enum class AllowFreezingEnum : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback