Class RowView.Commands
Contains commands implemented by RowView class.
Inheritance
System.Object
RowView.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 static class Commands
Fields
| Name | Description |
|---|---|
| BeginEdit | Command to begin editing mode. |
| CancelEdit | Command to cancel editing mode. |
| Collapse | Command to collapse current row. |
| EndEdit | Command to end editing mode. |
| Expand | Command to expand current row. |
| ToggleEdit | Command to toggle editing mode. |