Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreezeLineMovedEventArgs

    Show / Hide Table of Contents

    Class FreezeLineMovedEventArgs

    Provides information about FreezeLineMoved event callback.

    Inheritance
    System.Object
    GridEventBaseArgs
    FreezeLineMovedEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    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; set; }
    Property Value
    Type Description
    FreezeDirection

    EndIndex

    Gets the end column index while dropping the frozen line.

    Declaration
    public double EndIndex { get; set; }
    Property Value
    Type Description
    System.Double

    FrozenColumns

    Gets the frozen columns in the grid.

    Declaration
    public List<GridColumn> FrozenColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridColumn>

    StartIndex

    Gets the start column index while dragging the frozen line.

    Declaration
    public double StartIndex { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved