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