Class GridViewPayload
Grid view drag and drop payload
Inheritance
System.Object
GridViewPayload
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 GridViewPayload
Properties
| Improve this Doc View SourceDataObjects
Get the converted data objects
Declaration
public IEnumerable<object> DataObjects { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> |
Grid
Gets the data grid
Declaration
public GridViewControl Grid { get; }
Property Value
Type | Description |
---|---|
GridViewControl |
Rows
Gets the selected row
Declaration
public IEnumerable<ObservableDataRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ObservableDataRow> |