The following tables list the members exposed by DataPresenterCommands.
Name | Description | |
---|---|---|
DataPresenterCommands Constructor |
Name | Description | |
---|---|---|
AutoSizeField | Invokes the Field.PerformAutoSize method for the field specified by the parameter for the command as if the user had double clicked on the LabelPresenter edge. | |
CancelExport | Cancels an asynchronous export operation for the DataPresenterBase on which the command is executed. | |
CellAbove | Navigates to the Cell above the current ActiveCell. | |
CellBelow | Navigates to the Cell below the current ActiveCell. | |
CellFirstDisplayed | Navigates to the first displayed Cell. | |
CellFirstInRecord | Navigates to the first Cell in the ActiveRecord. | |
CellFirstOverall | Navigates to the first overall Cell. | |
CellLastDisplayed | Navigates to the last Cell that is fully displayed. | |
CellLastInRecord | Navigates to the last Cell in the ActiveRecord. | |
CellLastOverall | Navigates to the last overall Cell. | |
CellLeft | Navigates to the Cell which is to the left of the current ActiveCell. | |
CellNext | Navigates to the Cell which logically follows the current ActiveCell. | |
CellNextByTab | Navigates to the next Cell in the tab order and puts the cell in edit mode if editing is allowed. | |
CellPageAbove | Navigates to the page which is above the page containing the current ActiveCell. Note: The first 'page up' navigates to the first record on the page if that record is not the active record, if it is then it navigates up a page. | |
CellPageBelow | Navigates to the page which is below the page containing the current ActiveCell. Note: The first 'page down' navigates to the last record on the page if that record is not the active record, if it is then it navigates down a page. | |
CellPageLeft | Navigates to the page which is to the left of the page containing the current ActiveCell. | |
CellPageRight | Navigates to the page which is to the right of the page containing the current ActiveCell. | |
CellPrevious | Navigates to the Cell which logically precedes the current ActiveCell. | |
CellPreviousByTab | Navigates to the previous Cell in the tab order and puts the cell in edit mode if editing is allowed. | |
CellRight | Navigates to the Cell which is to the right of the current ActiveCell. | |
ClearActiveCellFilters | Clears the filter specified for the active filter cell. | |
ClearActiveRecordCellFilters | Clears all cell filters for the active FilterRecord. | |
ClearAllSelected | Clears all currently selected items. | |
ClearCellContents | Clears the values of the selected cells. | |
ClearCrossFieldRecordFilters | Clears the Cross Field Record Filters | |
CollapseRecord | Collapses the ActiveRecord. | |
CommitChangesToActiveRecord | Commits pending changes on the ActiveRecord. | |
CommitChangesToAllRecords | Commits pending changes on the ActiveRecord. | |
Copy | Copies the values of the selected cells to the clipboard. | |
Cut | Clears the values of the selected cells and copies their values to the clipboard. | |
DeleteSelectedDataRecords | Deletes the selected data records. | |
DiscardChangesToActiveRecord | Cancels pending changes on the ActiveRecord. | |
DiscardChangesToAllRecords | Cancels pending changes on the ActiveRecord. | |
EndEditModeAndAcceptChanges | Ends edit mode on the ActiveCell and accepts any changes that were made while in edit mode. | |
EndEditModeAndCommitRecord | Ends edit mode and commits pending changes on the Active Record. | |
EndEditModeAndDiscardChanges | Ends edit mode on the ActiveCell and cancels any changes that were made while in edit mode, reverting to the original value. | |
ExpandRecord | Expands the ActiveRecord. | |
FixFieldFar | Changes the FieldItem.FixedLocation of the Field specified in the parameter to FixedToFarEdge. | |
FixFieldNear | Changes the FieldItem.FixedLocation of the Field specified in the parameter to FixedToNearEdge. | |
FixRecordBottom | Changes the FieldItem.FixedLocation of the Field specified in the parameter to FixedToFarEdge. | |
FixRecordTop | Changes the FieldItem.FixedLocation of the Record specified in the parameter to FixedToNearEdge. | |
FlipOrientation | Flips the orientation from 'Vertical' to 'Horizontal' or vice versa. This command is only enabled when the current view is either GridView or CardView. In grid view this will flip each field's resolved row and column positions including exlicit Row, RowSpan, Column and ColumnSpan settings on each Field. | |
Paste | Changes the values of the selected cells using the information in the clipboard. | |
RecordAbove | Navigates to the Record above the current ActiveRecord. | |
RecordBelow | Navigates to the Record below the current ActiveRecord. | |
RecordFirstDisplayed | Navigates to the first displayed Record. | |
RecordFirstOverall | Navigates to the first overall Record. | |
RecordLastDisplayed | Navigates to the last displayed Record. | |
RecordLastOverall | Navigates to the last overall Record. | |
RecordLeft | Navigates to the Record which is to the left of the current ActiveRecord. | |
RecordNext | Navigates to the Record which logically follows the current ActiveRecord. | |
RecordPageAbove | Navigates to the page of records which is above the page containing the current ActiveRecord. Note: The first 'page up' navigates to the first record on the page if that record is not the active record, if it is then it navigates up a page. | |
RecordPageBelow | Navigates to the page of records which is below the page containing the current ActiveRecord. Note: The first 'page down' navigates to the last record on the page if that record is not the active record, if it is then it navigates down a page. | |
RecordPageLeft | Navigates to the page of records which is to the left of the page containing the current ActiveRecord. | |
RecordPageRight | Navigates to the page of records which is to the right of the page containing the current ActiveRecord. | |
RecordPrevious | Navigates to the Record which logically precedes the current ActiveRecord. | |
RecordRight | Navigates to the Record which is to the right of the current ActiveRecord. | |
Redo | Reapplies the change that was previously undone. | |
ShowCrossFieldRecordFilters | Displays a dialog for setting the Cross Field Record Filters | |
ShowFieldChooser | Displays a FieldChooser that lets the user select which fields to show or hide. You can specify a FieldLayout as the parameter in which case the fields of that field layout will be displayed in the FieldChooser. | |
StartEditMode | Starts edit mode on the ActiveCell. | |
ToggleActiveCellSelectionState | Toggles the selection state of the ActiveCell. | |
ToggleActiveRecordSelectionState | Toggles the selection state of the ActiveRecord. | |
ToggleCardCollapsedState | Toggles the Record.IsContainingCardCollapsed state of a record. | |
ToggleEmptyCardCellsCollapsedState | Toggles the Record.ShouldCollapseEmptyCells state of a record. | |
ToggleFieldGroupIsCollapsed | Toggles the FieldGroup.IsCollapsed state of a FieldGroup. | |
ToggleFilterOperatorDropDown | Drops down or closes up the filter operator drop-down of a filter cell. | |
ToggleRecordIsExpanded | Toggles the Record.IsExpanded state of a record. | |
Undo | Reverts the previous changes made by the user. | |
UnfixField | Changes the FieldItem.FixedLocation of the Field specified in the parameter to Scrollable. | |
UnfixRecord | Changes the FieldItem.FixedLocation of the Field specified in the parameter to Scrollable. |
Name | Description | |
---|---|---|
LoadCommands | This method is provided as a convenience for initializing the statics in this class which kicks off the process of setting up and registering the commands. | |
ProcessKeyboardInput | Overridden. Called when a key is pressed |
Name | Description | |
---|---|---|
GetKeyboardParameter | (Inherited from Infragistics.Windows.Commands.Commands<DataPresenterBase>) |