Version

DataPresenterCommands Class Members

The following tables list the members exposed by DataPresenterCommands.

Public Constructors
 NameDescription
Public ConstructorDataPresenterCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AutoSizeFieldInvokes 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.  
Public Fieldstatic (Shared in Visual Basic)CancelExportCancels an asynchronous export operation for the DataPresenterBase on which the command is executed.  
Public Fieldstatic (Shared in Visual Basic)CellAboveNavigates to the Cell above the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellBelowNavigates to the Cell below the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellFirstDisplayedNavigates to the first displayed Cell.  
Public Fieldstatic (Shared in Visual Basic)CellFirstInRecordNavigates to the first Cell in the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)CellFirstOverallNavigates to the first overall Cell.  
Public Fieldstatic (Shared in Visual Basic)CellLastDisplayedNavigates to the last Cell that is fully displayed.  
Public Fieldstatic (Shared in Visual Basic)CellLastInRecordNavigates to the last Cell in the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)CellLastOverallNavigates to the last overall Cell.  
Public Fieldstatic (Shared in Visual Basic)CellLeftNavigates to the Cell which is to the left of the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellNextNavigates to the Cell which logically follows the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellNextByTabNavigates to the next Cell in the tab order and puts the cell in edit mode if editing is allowed.  
Public Fieldstatic (Shared in Visual Basic)CellPageAboveNavigates 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.  
Public Fieldstatic (Shared in Visual Basic)CellPageBelowNavigates 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.  
Public Fieldstatic (Shared in Visual Basic)CellPageLeftNavigates to the page which is to the left of the page containing the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellPageRightNavigates to the page which is to the right of the page containing the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellPreviousNavigates to the Cell which logically precedes the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)CellPreviousByTabNavigates to the previous Cell in the tab order and puts the cell in edit mode if editing is allowed.  
Public Fieldstatic (Shared in Visual Basic)CellRightNavigates to the Cell which is to the right of the current ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)ClearActiveCellFiltersClears the filter specified for the active filter cell.  
Public Fieldstatic (Shared in Visual Basic)ClearActiveRecordCellFiltersClears all cell filters for the active FilterRecord.  
Public Fieldstatic (Shared in Visual Basic)ClearAllSelectedClears all currently selected items.  
Public Fieldstatic (Shared in Visual Basic)ClearCellContentsClears the values of the selected cells.  
Public Fieldstatic (Shared in Visual Basic)ClearCrossFieldRecordFiltersClears the Cross Field Record Filters  
Public Fieldstatic (Shared in Visual Basic)CollapseRecordCollapses the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)CommitChangesToActiveRecordCommits pending changes on the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)CommitChangesToAllRecordsCommits pending changes on the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)CopyCopies the values of the selected cells to the clipboard.  
Public Fieldstatic (Shared in Visual Basic)CutClears the values of the selected cells and copies their values to the clipboard.  
Public Fieldstatic (Shared in Visual Basic)DeleteSelectedDataRecordsDeletes the selected data records.  
Public Fieldstatic (Shared in Visual Basic)DiscardChangesToActiveRecordCancels pending changes on the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)DiscardChangesToAllRecordsCancels pending changes on the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)EndEditModeAndAcceptChangesEnds edit mode on the ActiveCell and accepts any changes that were made while in edit mode.  
Public Fieldstatic (Shared in Visual Basic)EndEditModeAndCommitRecordEnds edit mode and commits pending changes on the Active Record.  
Public Fieldstatic (Shared in Visual Basic)EndEditModeAndDiscardChangesEnds edit mode on the ActiveCell and cancels any changes that were made while in edit mode, reverting to the original value.  
Public Fieldstatic (Shared in Visual Basic)ExpandRecordExpands the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)FixFieldFarChanges the FieldItem.FixedLocation of the Field specified in the parameter to FixedToFarEdge.  
Public Fieldstatic (Shared in Visual Basic)FixFieldNearChanges the FieldItem.FixedLocation of the Field specified in the parameter to FixedToNearEdge.  
Public Fieldstatic (Shared in Visual Basic)FixRecordBottomChanges the FieldItem.FixedLocation of the Field specified in the parameter to FixedToFarEdge.  
Public Fieldstatic (Shared in Visual Basic)FixRecordTopChanges the FieldItem.FixedLocation of the Record specified in the parameter to FixedToNearEdge.  
Public Fieldstatic (Shared in Visual Basic)FlipOrientationFlips 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.  
Public Fieldstatic (Shared in Visual Basic)PasteChanges the values of the selected cells using the information in the clipboard.  
Public Fieldstatic (Shared in Visual Basic)RecordAboveNavigates to the Record above the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordBelowNavigates to the Record below the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordFirstDisplayedNavigates to the first displayed Record.  
Public Fieldstatic (Shared in Visual Basic)RecordFirstOverallNavigates to the first overall Record.  
Public Fieldstatic (Shared in Visual Basic)RecordLastDisplayedNavigates to the last displayed Record.  
Public Fieldstatic (Shared in Visual Basic)RecordLastOverallNavigates to the last overall Record.  
Public Fieldstatic (Shared in Visual Basic)RecordLeftNavigates to the Record which is to the left of the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordNextNavigates to the Record which logically follows the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordPageAboveNavigates 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.  
Public Fieldstatic (Shared in Visual Basic)RecordPageBelowNavigates 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.  
Public Fieldstatic (Shared in Visual Basic)RecordPageLeftNavigates to the page of records which is to the left of the page containing the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordPageRightNavigates to the page of records which is to the right of the page containing the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordPreviousNavigates to the Record which logically precedes the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RecordRightNavigates to the Record which is to the right of the current ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)RedoReapplies the change that was previously undone.  
Public Fieldstatic (Shared in Visual Basic)ShowCrossFieldRecordFiltersDisplays a dialog for setting the Cross Field Record Filters  
Public Fieldstatic (Shared in Visual Basic)ShowFieldChooserDisplays 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.  
Public Fieldstatic (Shared in Visual Basic)StartEditModeStarts edit mode on the ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)ToggleActiveCellSelectionStateToggles the selection state of the ActiveCell.  
Public Fieldstatic (Shared in Visual Basic)ToggleActiveRecordSelectionStateToggles the selection state of the ActiveRecord.  
Public Fieldstatic (Shared in Visual Basic)ToggleCardCollapsedStateToggles the Record.IsContainingCardCollapsed state of a record.  
Public Fieldstatic (Shared in Visual Basic)ToggleEmptyCardCellsCollapsedStateToggles the Record.ShouldCollapseEmptyCells state of a record.  
Public Fieldstatic (Shared in Visual Basic)ToggleFieldGroupIsCollapsedToggles the FieldGroup.IsCollapsed state of a FieldGroup.  
Public Fieldstatic (Shared in Visual Basic)ToggleFilterOperatorDropDownDrops down or closes up the filter operator drop-down of a filter cell.  
Public Fieldstatic (Shared in Visual Basic)ToggleRecordIsExpandedToggles the Record.IsExpanded state of a record.  
Public Fieldstatic (Shared in Visual Basic)UndoReverts the previous changes made by the user.  
Public Fieldstatic (Shared in Visual Basic)UnfixFieldChanges the FieldItem.FixedLocation of the Field specified in the parameter to Scrollable.  
Public Fieldstatic (Shared in Visual Basic)UnfixRecordChanges the FieldItem.FixedLocation of the Field specified in the parameter to Scrollable.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)LoadCommandsThis 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.  
Public MethodProcessKeyboardInputOverridden. Called when a key is pressed  
Protected Methods
 NameDescription
Protected MethodGetKeyboardParameter (Inherited from Infragistics.Windows.Commands.Commands<DataPresenterBase>)
See Also