Search Results for

    Show / Hide Table of Contents

    Class RowDropCompletedEventArgs

    Gets or sets the drop payload

    Inheritance
    System.Object
    System.EventArgs
    RowDropCompletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class RowDropCompletedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Payload

    Gets or sets the drop payload

    Declaration
    public GridViewPayload Payload { get; set; }
    Property Value
    Type Description
    GridViewPayload
    | Improve this Doc View Source

    TargetRow

    Gets or sets the target row

    Declaration
    public DataRow TargetRow { get; set; }
    Property Value
    Type Description
    System.Data.DataRow
    | Improve this Doc View Source

    TargetRowItem

    Gets or sets the target row item

    Declaration
    public GridViewRowItem TargetRowItem { get; set; }
    Property Value
    Type Description
    GridViewRowItem
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx