AddFormatCondition
|
Adds a format condition.
|
AddNewNode
|
Adds a new node.
|
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.
|
CancelChildNodesFetching
|
Cancels the fetch child nodes async operation that is executed when a user expands a node.
|
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.
|
ChangeNodeCheckState
|
Toggles a node’s check state.
|
ChangeNodeExpanded
|
Specifies the expanded state of a node (expanded or collapsed).
|
CheckAllNodes
|
Checks all nodes.
|
ClearFilter
|
Clears the filter.
|
ClearFormatConditionsFromAllColumns
|
Clears format conditions from all columns.
|
ClearFormatConditionsFromColumn
|
Clears format conditions from the specified column.
|
CloseEditForm
|
Posts all changes to the data source and closes the Edit Form.
|
CollapseAllNodes
|
Collapses all nodes.
|
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.
|
ExpandAllNodes
|
Expands all nodes.
|
ExpandToLevel
|
Expands the parent nodes down to the specified nesting level.
|
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.
|
IndentSelectedNodes
|
Indents selected nodes.
|
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.
|
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.
|
OutdentSelectedNodes
|
Outdents selected nodes.
|
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 TreeListView.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.
|
ShowLessThanFormatConditionDialog
|
Invokes the ‘Less Than’ format condition dialog.
|
ShowNodeFooterSummaryEditor
|
Invokes the Node Footer Summary Editor.
|
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.
|
UncheckAllNodes
|
Unchecks all nodes.
|
UpdateRow
|
Posts the edited row’s changes to the datasource.
|