Back to Devexpress

TableViewCommands Members

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-dot-underscore-members.md

latest18.2 KB
Original Source

TableViewCommands Members

Provides access to the TableView‘s built-in commands.

Constructors

NameDescription
TableViewCommands(TableView)Initializes a new instance of the TableViewCommands class.

Properties

NameDescription
AddFormatConditionAdds a format condition.
AddNewRowAdds a new record.
BestFitColumnResizes the column to the minimum width required to display the column’s contents completely.
BestFitColumnsAdjusts the width of columns so that columns fit their contents in an optimal way.
CancelEditFocusedRowHides the active editor, discarding all the changes made within the focused row. Inherited from DataViewCommandsBase.
CancelRowChangesDiscards the edited row’s changes.
ChangeColumnsSortOrderToggles a column’s sort order. Inherited from DataViewCommandsBase.
ChangeGroupExpandedToggles the specified group row’s expanded state. Inherited from GridViewCommandsBase.
ChangeMasterRowExpandedToggles a master row’s expanded state.
ClearFilterClears the filter. Inherited from DataViewCommandsBase.
ClearFormatConditionsFromAllColumnsClears format conditions from all columns.
ClearFormatConditionsFromColumnClears format conditions from the specified column.
ClearGroupingUngroups the grid. Inherited from GridViewCommandsBase.
CloseEditFormPosts all changes to the data source and closes the Edit Form.
CollapseAllGroupsCollapses all group rows. Inherited from GridViewCommandsBase.
CollapseMasterRowCollapses a master row.
DeleteFocusedRowDeletes the focused row. Inherited from DataViewCommandsBase.
DeleteSelectedRowsDeletes selected rows. Inherited from DataViewCommandsBase.
EditFocusedRowActivates the focused cell’s in-place editor. Inherited from DataViewCommandsBase.
EndEditFocusedRowHides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. Inherited from DataViewCommandsBase.
ExpandAllGroupsExpands all group rows. Inherited from GridViewCommandsBase.
ExpandMasterRowExpands a master row.
FixRowToBottomFixes a row at the bottom of the grid.
FixRowToTopFixes a row at the top of the grid.
HideColumnChooserHides the Column Chooser. Inherited from DataViewCommandsBase.
HideEditFormCancels all changes and closes the Edit Form.
HideSearchPanelHides the Search Panel. Inherited from DataViewCommandsBase.
IncrementalSearchEndEnds incremental search. Inherited from DataViewCommandsBase.
IncrementalSearchMoveNextAllows to programmatically focus the next incremental search result. Inherited from DataViewCommandsBase.
IncrementalSearchMovePrevAllows to programmatically focus the previous incremental search result. Inherited from DataViewCommandsBase.
MoveFirstCellMoves focus to the first cell displayed within the first visible row. Inherited from DataViewCommandsBase.
MoveFirstRowMoves focus to the first visible row or card within a View. Inherited from DataViewCommandsBase.
MoveLastCellMoves focus to the last cell displayed within the last visible row. Inherited from DataViewCommandsBase.
MoveLastRowMoves focus to the last visible row or card. Inherited from DataViewCommandsBase.
MoveNextCellFocuses the next cell after the focused cell. Inherited from DataViewCommandsBase.
MoveNextPageMoves focus forward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MoveNextRowMoves focus to the row or card following the one currently focused. Inherited from DataViewCommandsBase.
MoveParentGroupRowMoves focus to the group row that owns the currently focused row. Inherited from GridViewCommandsBase.
MovePrevCellFocuses the cell preceding the focused cell. Inherited from DataViewCommandsBase.
MovePrevPageMoves focus backward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MovePrevRowMoves focus to the row or card preceding the one currently focused. Inherited from DataViewCommandsBase.
RefreshDataSourceRefreshes the grid’s ItemsSource. Inherited from DataViewCommandsBase.
SearchResultNextAllows to programmatically focus the next search result. Inherited from DataViewCommandsBase.
SearchResultPrevAllows to programmatically focus the previous search result. Inherited from DataViewCommandsBase.
ShowAboveAverageFormatConditionDialogInvokes the ‘Above Average’ format condition dialog.
ShowADateOccurringFormatConditionDialogInvokes the ‘A Date Occuring’ format condition dialog.
ShowBelowAverageFormatConditionDialogInvokes the ‘Below Average’ format condition dialog.
ShowBetweenFormatConditionDialogInvokes the ‘Between’ format condition dialog.
ShowBottom10ItemsFormatConditionDialogInvokes the ‘Bottom 10 Items’ format condition dialog.
ShowBottom10PercentFormatConditionDialogInvokes the ‘Bottom 10 Percent’ format condition dialog.
ShowColumnChooserInvokes the Column Chooser. Inherited from DataViewCommandsBase.
ShowConditionalFormattingManagerShows the conditional formatting rules manager.
ShowCustomConditionFormatConditionDialogInvokes the ‘Custom Condition’ format condition dialog.
ShowDataUpdateFormatConditionDialogInvokes the ‘Data Update’ format condition dialog.
ShowEditFormShows the edit form in a mode specified by the TableView.EditFormShowMode property.
ShowEqualToFormatConditionDialogInvokes the ‘Equal To’ format condition dialog.
ShowFilterEditorShows the Filter Editor. Inherited from DataViewCommandsBase.
ShowFixedTotalSummaryEditorInvokes the Fixed Summary Editor. Inherited from DataViewCommandsBase.
ShowGreaterThanFormatConditionDialogInvokes the ‘Greater Than’ format condition dialog.
ShowGroupFooterSummaryEditorInvokes the Group Footer Summary Editor.
ShowGroupSummaryEditorInvokes the Runtime Summary Editor. Inherited from GridViewCommandsBase.
ShowLessThanFormatConditionDialogInvokes the ‘Less Than’ format condition dialog.
ShowNewItemRowShows the New Item Row.
ShowPrintPreviewInvokes the Print Preview. Inherited from DataViewCommandsBase.
ShowPrintPreviewDialogInvokes the modal Print Preview. Inherited from DataViewCommandsBase.
ShowRibbonPrintPreviewInvokes the Print Preview with the Ribbon. Inherited from DataViewCommandsBase.
ShowRibbonPrintPreviewDialogInvokes the modal Print Preview with the Ribbon. Inherited from DataViewCommandsBase.
ShowSearchPanelShows the Search Panel. Inherited from DataViewCommandsBase.
ShowTextThatContainsFormatConditionDialogInvokes the ‘Text That Contains’ format condition dialog.
ShowTop10ItemsFormatConditionDialogInvokes the ‘Top 10 Items’ format condition dialog.
ShowTop10PercentFormatConditionDialogInvokes the ‘Top 10 Percent’ format condition dialog.
ShowTotalSummaryEditorInvokes the Runtime Summary Editor for the specified column. Inherited from DataViewCommandsBase.
ShowUnboundExpressionEditorInvokes the Expression Editor that enables editing an expression for the specified unbound column. Inherited from DataViewCommandsBase.
ShowUniqueDuplicateRuleFormatConditionDialogInvokes the ‘Duplicate Values’ format condition dialog.
ToggleRowsSelectionToggles the row selection.
UnFixRowUnfixes a row.
UpdateRowPosts the edited row’s changes to the datasource.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TableViewCommands Class

DevExpress.Xpf.Grid Namespace