menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnReorderingEventArgs

    Provides information about the ColumnReordering event.

    Inheritance
    System.Object
    GridEventBaseArgs
    ColumnReorderedEventArgs
    ColumnReorderingEventArgs
    Inherited Members
    ColumnReorderedEventArgs.ReorderingColumns
    ColumnReorderedEventArgs.ToColumn
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnReorderingEventArgs : ColumnReorderedEventArgs

    Constructors

    ColumnReorderingEventArgs()

    Declaration
    public ColumnReorderingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel columns reordering action in the grid.

    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, then the columns reordering action will be Canceled in the grid.

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