alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnReorderedEventArgs

    Provides information about the ColumnReordered event.

    Inheritance
    object
    GridEventBaseArgs
    ColumnReorderedEventArgs
    ColumnReorderingEventArgs
    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 ColumnReorderedEventArgs : GridEventBaseArgs

    Constructors

    ColumnReorderedEventArgs()

    Declaration
    public ColumnReorderedEventArgs()

    Properties

    ReorderingColumns

    Gets the list of the column associated with column reordering.

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

    The list of GridColumn associated with column reordering.

    ToColumn

    Gets the destination column for placing the reordered columns during the column reorder action in the grid.

    Declaration
    public GridColumn ToColumn { get; }
    Property Value
    Type Description
    GridColumn

    The destination GridColumn where the reordered columns will be positioned in the grid after the reorder action.

    Remarks

    When dragging a column towards the left direction, the reordered columns will be placed before the destination column. Conversely, when dragging a column towards the right direction, the reordered columns will be placed after the destination column.

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