Skip to main content

TableViewCommands Members

Contains the commands allowing some frequently used actions to be easily programmed via XAML markup.

#Constructors

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

#Properties
Show Inherited Hide Inherited

Name Description
AddFormatCondition
BestFitColumn Resizes the column to the minimum width required to display the column's contents completely.
BestFitColumns Adjusts the width of columns so that columns fit their contents in an optimal way.
CancelEditFocusedRow Hides the active editor, discarding all the changes made within the focused row. Inherited from DataViewCommandsBase.
ChangeColumnsSortOrder Inherited from DataViewCommandsBase.
ChangeGroupExpanded Toggles the specified group row's expanded state. Inherited from GridViewCommandsBase.
ChangeMasterRowExpanded Toggles a master row's expanded state.
ClearFilter Clears the filter. Inherited from DataViewCommandsBase.
ClearFormatConditionsFromAllColumns
ClearFormatConditionsFromColumn
ClearGrouping Ungroups the grid. Inherited from GridViewCommandsBase.
CollapseAllGroups Collapses all group rows. Inherited from GridViewCommandsBase.
CollapseMasterRow Collapses a master row.
DeleteFocusedRow Deletes the focused row. Inherited from DataViewCommandsBase.
EditFocusedRow Activates the focused cell's in-place editor. Inherited from DataViewCommandsBase.
EndEditFocusedRow Hides 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.
ExpandAllGroups Expands all group rows. Inherited from GridViewCommandsBase.
ExpandMasterRow Expands a master row.
HideColumnChooser Hides the Column Chooser. Inherited from DataViewCommandsBase.
HideSearchPanel Hides the Search Panel. Inherited from DataViewCommandsBase.
MoveFirstCell Moves focus to the first cell displayed within the first visible row. Inherited from DataViewCommandsBase.
MoveFirstRow Moves focus to the first visible row or card within a View. Inherited from DataViewCommandsBase.
MoveLastCell Moves focus to the last cell displayed within the last visible row. Inherited from DataViewCommandsBase.
MoveLastRow Moves focus to the last visible row or card. Inherited from DataViewCommandsBase.
MoveNextCell Focuses the next cell after the focused cell. Inherited from DataViewCommandsBase.
MoveNextPage Moves focus forward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MoveNextRow Moves focus to the row or card following the one currently focused. Inherited from DataViewCommandsBase.
MoveParentGroupRow Moves focus to the group row that owns the currently focused row. Inherited from GridViewCommandsBase.
MovePrevCell Focuses the cell preceding the focused cell. Inherited from DataViewCommandsBase.
MovePrevPage Moves focus backward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MovePrevRow Moves focus to the row or card preceding the one currently focused. Inherited from DataViewCommandsBase.
ShowAboveAverageFormatConditionDialog
ShowADateOccurringFormatConditionDialog
ShowBelowAverageFormatConditionDialog
ShowBetweenFormatConditionDialog
ShowBottom10ItemsFormatConditionDialog
ShowBottom10PercentFormatConditionDialog
ShowColumnChooser Invokes the Column Chooser. Inherited from DataViewCommandsBase.
ShowConditionalFormattingManager
ShowCustomConditionFormatConditionDialog
ShowEqualToFormatConditionDialog
ShowFilterEditor Shows the Filter Editor. Inherited from DataViewCommandsBase.
ShowGreaterThanFormatConditionDialog
ShowGroupSummaryEditor Invokes the Runtime Summary Editor. Inherited from GridViewCommandsBase.
ShowLessThanFormatConditionDialog
ShowNewItemRow Shows the New Item Row.
ShowPrintPreview
ShowPrintPreviewDialog
ShowSearchPanel Shows the Search Panel. Inherited from DataViewCommandsBase.
ShowTextThatContainsFormatConditionDialog
ShowTop10ItemsFormatConditionDialog
ShowTop10PercentFormatConditionDialog
ShowTotalSummaryEditor Invokes the Runtime Summary Editor for the specified column. Inherited from DataViewCommandsBase.
ShowUnboundExpressionEditor Invokes the Expression Editor that enables editing an expression for the specified unbound column. Inherited from DataViewCommandsBase.
ToggleRowsSelection

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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