menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreezeLineMovingEventArgs - API Reference

    Show / Hide Table of Contents

    Class FreezeLineMovingEventArgs

    Provides information about FreezeLineMoving event callback.

    Inheritance
    System.Object
    GridEventBaseArgs
    FreezeLineMovedEventArgs
    FreezeLineMovingEventArgs
    Inherited Members
    FreezeLineMovedEventArgs.StartIndex
    FreezeLineMovedEventArgs.EndIndex
    FreezeLineMovedEventArgs.FrozenColumns
    FreezeLineMovedEventArgs.Direction
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FreezeLineMovingEventArgs : FreezeLineMovedEventArgs

    Constructors

    FreezeLineMovingEventArgs()

    Declaration
    public FreezeLineMovingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the freeze line moving action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false, If the Cancel property is set to true, the freeze line moving action will be cancelled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved