alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class RowDragSelectedEventArgs<T>

    Provides information about the RowDragSelectionCompleting and RowDragSelectionCompleted events, which occur when drag based selection ends in the Grid.

    Inheritance
    object
    GridEventBaseArgs
    RowDragSelectedEventArgs<T>
    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 RowDragSelectedEventArgs<T> : GridEventBaseArgs
    Type Parameters
    Name Description
    T

    The type of the data bound to the Data Grid.

    Constructors

    RowDragSelectedEventArgs()

    Declaration
    public RowDragSelectedEventArgs()

    Properties

    CellEndIndex

    Gets the index of the cell where the drag selection ended.

    Declaration
    public int CellEndIndex { get; }
    Property Value
    Type
    int

    CellStartIndex

    Gets the index of the cell where the drag selection started.

    Declaration
    public int CellStartIndex { get; }
    Property Value
    Type
    int

    RowEndIndex

    Gets the index of the row where the drag selection ended.

    Declaration
    public int RowEndIndex { get; }
    Property Value
    Type
    int

    RowStartIndex

    Gets the index of the row where the drag selection started.

    Declaration
    public int RowStartIndex { get; }
    Property Value
    Type
    int

    TargetGridID

    Provides the ID of the target Grid if the drop target is a Grid; otherwise, returns null.

    Declaration
    public string TargetGridID { get; }
    Property Value
    Type Description
    string

    The target Grid ID if applicable; otherwise, null.

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