[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.AllowFreezing

AllowFreezing Enum

Specifies constants that define what the user can freeze with the mouse.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
[Flags]
public enum AllowFreezing

Fields

Name Description
Both

The user may freeze rows and columns by dragging the frozen region boundaries with the mouse.

Columns

The user may freeze columns by dragging the frozen region vertical boundary with the mouse.

None

The user may not use mouse to freeze rows or columns.

Rows

The user may freeze rows by dragging the frozen region horizontal boundary with the mouse.