GrapeCity.Win.MultiRow Namespace : RowActionButtonCommands Class |
The following tables list the members exposed by RowActionButtonCommands.
Name | Description | |
---|---|---|
RowActionButtonCommands Constructor | Initializes a new instance of the RowActionButtonCommands class. |
Name | Description | |
---|---|---|
ClearValues | Gets an IButtonCommand which performs the action of clearing the value of the owner row of the button cell. | |
CopyRowValue | Gets an IButtonCommand which performs the action of copying the value of the owner row of the button cell to the clipboard. | |
Insert | Gets an IButtonCommand which performs the action of inserting an empty row before the owner row of the button cell. | |
InsertCopy | Gets an IButtonCommand which performs the action of inserting a row before the owner row of the button cell, and the setting of new row is the same as the old row. | |
MoveDown | Gets an IButtonCommand which performs the action of swapping the owner row of the button cell and the row below. | |
MoveUp | Gets an IButtonCommand which performs the action of swapping the owner row of the button cell and the row above. | |
Remove | Gets an IButtonCommand which performs the action of removing the owner row of the button cell. | |
Select | Gets an IButtonCommand which performs the action of selecting or unselecting the owner row of the button cell when the owner row is unselected or selected. |