AddFormatCondition
|
Adds a format condition.
|
AddNewRow
|
Adds a new record.
|
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.
|
CancelRowChanges
|
Discards the edited row’s changes.
|
ChangeColumnsSortOrder
|
Toggles a column’s sort order.
|
ChangeGroupExpanded
|
Toggles the specified group row’s expanded state.
|
ChangeMasterRowExpanded
|
Toggles a master row’s expanded state.
|
ClearFilter
|
Clears the filter.
|
ClearFormatConditionsFromAllColumns
|
Clears format conditions from all columns.
|
ClearFormatConditionsFromColumn
|
Clears format conditions from the specified column.
|
ClearGrouping
|
Ungroups the grid.
|
CloseEditForm
|
Posts all changes to the data source and closes the Edit Form.
|
CollapseAllGroups
|
Collapses all group rows.
|
CollapseMasterRow
|
Collapses a master row.
|
DeleteFocusedRow
|
Deletes the focused row.
|
DeleteSelectedRows
|
Deletes selected rows.
|
EditFocusedRow
|
Activates the focused cell’s in-place editor.
|
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.
|
ExpandAllGroups
|
Expands all group rows.
|
ExpandMasterRow
|
Expands a master row.
|
FixRowToBottom
|
Fixes a row at the bottom of the grid.
|
FixRowToTop
|
Fixes a row at the top of the grid.
|
HideColumnChooser
|
Hides the Column Chooser.
|
HideEditForm
|
Cancels all changes and closes the Edit Form.
|
HideSearchPanel
|
Hides the Search Panel.
|
IncrementalSearchEnd
|
Ends incremental search.
|
IncrementalSearchMoveNext
|
Allows to programmatically focus the next incremental search result.
|
IncrementalSearchMovePrev
|
Allows to programmatically focus the previous incremental search result.
|
MoveFirstCell
|
Moves focus to the first cell displayed within the first visible row.
|
MoveFirstRow
|
Moves focus to the first visible row or card within a View.
|
MoveLastCell
|
Moves focus to the last cell displayed within the last visible row.
|
MoveLastRow
|
Moves focus to the last visible row or card.
|
MoveNextCell
|
Focuses the next cell after the focused cell.
|
MoveNextPage
|
Moves focus forward by the number of rows or cards displayed onscreen within a View.
|
MoveNextRow
|
Moves focus to the row or card following the one currently focused.
|
MoveParentGroupRow
|
Moves focus to the group row that owns the currently focused row.
|
MovePrevCell
|
Focuses the cell preceding the focused cell.
|
MovePrevPage
|
Moves focus backward by the number of rows or cards displayed onscreen within a View.
|
MovePrevRow
|
Moves focus to the row or card preceding the one currently focused.
|
RefreshDataSource
|
Refreshes the grid’s ItemsSource.
|
SearchResultNext
|
Allows to programmatically focus the next search result.
|
SearchResultPrev
|
Allows to programmatically focus the previous search result.
|
ShowAboveAverageFormatConditionDialog
|
Invokes the ‘Above Average’ format condition dialog.
|
ShowADateOccurringFormatConditionDialog
|
Invokes the ‘A Date Occuring’ format condition dialog.
|
ShowBelowAverageFormatConditionDialog
|
Invokes the ‘Below Average’ format condition dialog.
|
ShowBetweenFormatConditionDialog
|
Invokes the ‘Between’ format condition dialog.
|
ShowBottom10ItemsFormatConditionDialog
|
Invokes the ‘Bottom 10 Items’ format condition dialog.
|
ShowBottom10PercentFormatConditionDialog
|
Invokes the ‘Bottom 10 Percent’ format condition dialog.
|
ShowColumnChooser
|
Invokes the Column Chooser.
|
ShowConditionalFormattingManager
|
Shows the conditional formatting rules manager.
|
ShowCustomConditionFormatConditionDialog
|
Invokes the ‘Custom Condition’ format condition dialog.
|
ShowDataUpdateFormatConditionDialog
|
Invokes the ‘Data Update’ format condition dialog.
|
ShowEditForm
|
Shows the edit form in a mode specified by the TableView.EditFormShowMode property.
|
ShowEqualToFormatConditionDialog
|
Invokes the ‘Equal To’ format condition dialog.
|
ShowFilterEditor
|
Shows the Filter Editor.
|
ShowFixedTotalSummaryEditor
|
Invokes the Fixed Summary Editor.
|
ShowGreaterThanFormatConditionDialog
|
Invokes the ‘Greater Than’ format condition dialog.
|
ShowGroupFooterSummaryEditor
|
Invokes the Group Footer Summary Editor.
|
ShowGroupSummaryEditor
|
Invokes the Runtime Summary Editor.
|
ShowLessThanFormatConditionDialog
|
Invokes the ‘Less Than’ format condition dialog.
|
ShowNewItemRow
|
Shows the New Item Row.
|
ShowPrintPreview
|
Invokes the Print Preview.
|
ShowPrintPreviewDialog
|
Invokes the modal Print Preview.
|
ShowRibbonPrintPreview
|
Invokes the Print Preview with the Ribbon.
|
ShowRibbonPrintPreviewDialog
|
Invokes the modal Print Preview with the Ribbon.
|
ShowSearchPanel
|
Shows the Search Panel.
|
ShowTextThatContainsFormatConditionDialog
|
Invokes the ‘Text That Contains’ format condition dialog.
|
ShowTop10ItemsFormatConditionDialog
|
Invokes the ‘Top 10 Items’ format condition dialog.
|
ShowTop10PercentFormatConditionDialog
|
Invokes the ‘Top 10 Percent’ format condition dialog.
|
ShowTotalSummaryEditor
|
Invokes the Runtime Summary Editor for the specified column.
|
ShowUnboundExpressionEditor
|
Invokes the Expression Editor that enables editing an expression for the specified unbound column.
|
ShowUniqueDuplicateRuleFormatConditionDialog
|
Invokes the ‘Duplicate Values’ format condition dialog.
|
ToggleRowsSelection
|
Toggles the row selection.
|
UnFixRow
|
Unfixes a row.
|
UpdateRow
|
Posts the edited row’s changes to the datasource.
|