alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class FreezeLineMovedEventArgs

    Provides information about FreezeLineMoved event callback.

    Inheritance
    object
    GridEventBaseArgs
    FreezeLineMovedEventArgs
    FreezeLineMovingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FreezeLineMovedEventArgs : GridEventBaseArgs

    Constructors

    FreezeLineMovedEventArgs()

    Declaration
    public FreezeLineMovedEventArgs()

    Properties

    Direction

    Gets the direction of the column freeze.

    Declaration
    public FreezeDirection Direction { get; }
    Property Value
    Type Description
    FreezeDirection

    The FreezeDirection of the columns. Possible values include:

    • None:Column will not freeze.
    • Left:Freeze the column at the left side.
    • Right:Freeze the column at the right side.

    EndIndex

    Gets the index of the ending column while dropping the frozen line.

    Declaration
    public int EndIndex { get; }
    Property Value
    Type Description
    int

    The index of the ending column while dropping the frozen line.

    FrozenColumns

    Gets the frozen columns in the grid.

    Declaration
    public List<GridColumn> FrozenColumns { get; }
    Property Value
    Type Description
    List<GridColumn>

    A list of frozen columns in the grid.

    StartIndex

    Gets the index of the starting column while dragging the frozen line.

    Declaration
    public int StartIndex { get; }
    Property Value
    Type Description
    int

    The index of the starting column while dragging the frozen line.

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