Enum 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.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FreezeDirection
Fields
| Name | Description |
|---|---|
| Fixed | Freeze the column at current position. |
| Left | Freeze the column at left side. |
| Right | Freeze the column at right side. |