Class GridCell.Commands
Contains commands supported by GridCell.
Inheritance
Inherited Members
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Commands
Properties
Name | Description |
---|---|
Activate | Command to active the grid cell for editing. |
Copy | Command to copy content of selected grid cells to clipboard. |
ExitEditMode | Command to exit editing mode. |
SelectAll | Command to select all grid cells. |
SelectDown | Command to select grid cell of down. |
SelectEnd | Command to select grid cell of end. |
SelectHome | Command to select grid cell of home. |
SelectLeft | Command to select grid cell of left. |
SelectPageDown | Command to select grid cell of page down. |
SelectPageUp | Command to select grid cell of page up. |
SelectRight | Command to select grid cell of right. |
SelectRowEnd | Command to select grid cells of last row. |
SelectRowHome | Command to select grid cells of first row. |
SelectTo | Command to select consecutive grid cells. |
SelectToDown | Command to select consecutive grid cells to down. |
SelectToEnd | Command to select consecutive grid cells to the last grid cell. |
SelectToHome | Command to select consecutive grid cells to the first grid cell. |
SelectToLeft | Command to select consecutive grid cells to left. |
SelectToPageDown | Command to select consecutive grid cells to page down. |
SelectToPageUp | Command to select consecutive grid cells to page up. |
SelectToRight | Command to select consecutive grid cells to right. |
SelectToRowEnd | Command to select consecutive grid cells to last row. |
SelectToRowHome | Command to select consecutive grid cells to first row. |
SelectToUp | Command to select consecutive grid cells to up. |
SelectUp | Command to select grid cell of up. |
ToggleMode | Command to toggle between selection and editing mode. |