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 SourceKeys
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>> |