Class FreezeDirection
Defines direction of freeze column.
- NoneColumn will not freeze.
- LeftFreeze the column at left side.
- RightFreeze the column at right side.
Inheritance
System.Object
FreezeDirection
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FreezeDirection : Enum
Fields
Left
Freeze the column at left side.
Declaration
public const FreezeDirection Left
Field Value
Type | Description |
---|---|
FreezeDirection |
Right
Freeze the column at right side.
Declaration
public const FreezeDirection Right
Field Value
Type | Description |
---|---|
FreezeDirection |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |