Class DataView.Commands
Contains commands supported by DataView.
Inheritance
System.Object
DataView.Commands
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: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Commands
Fields
Name | Description |
---|---|
BeginEditScalars | Command to begin scalar editing mode. |
CancelDataLoad | Command to cancel data loading. |
CancelEditScalars | Command to cancel scalar editing mode. |
EndEditScalars | Command to end scalar editing mode. |
RetryDataLoad | Command to retry data loading. |
ToggleEditScalars | Command to toggle scalar editing mode. |
Properties
Name | Description |
---|---|
Copy | Command to copy selected row(s) to clipboard. |
Delete | Command to delete selected row(s). |
PasteAppend | Command to paste append data from clipboard. |