alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved