menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreezeDirection - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved