Search Results for

    Show / Hide Table of Contents

    Class DropResult

    Row drop result

    Inheritance
    System.Object
    DropResult
    Inherited Members
    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 DropResult

    Properties

    | Improve this Doc View Source

    Keys

    Gets or sets a list of key paris to create new rows in the target grid

    Declaration
    public IList<IDictionary<string, object>> Keys { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Collections.Generic.IDictionary<System.String, System.Object>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx