Back to Devexpress

TreeListViewCommands Members

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

latest17.4 KB
Original Source

TreeListViewCommands Members

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

Constructors

NameDescription
TreeListViewCommands(TreeListView)Initializes a new instance of the TreeListViewCommands class.

Properties

NameDescription
AddFormatConditionAdds a format condition.
AddNewNodeAdds a new node.
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.
CancelChildNodesFetchingCancels the fetch child nodes async operation that is executed when a user expands a node.
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.
ChangeNodeCheckStateToggles a node’s check state.
ChangeNodeExpandedSpecifies the expanded state of a node (expanded or collapsed).
CheckAllNodesChecks all nodes.
ClearFilterClears the filter. Inherited from DataViewCommandsBase.
ClearFormatConditionsFromAllColumnsClears format conditions from all columns.
ClearFormatConditionsFromColumnClears format conditions from the specified column.
CloseEditFormPosts all changes to the data source and closes the Edit Form.
CollapseAllNodesCollapses all nodes.
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.
ExpandAllNodesExpands all nodes.
ExpandToLevelExpands the parent nodes down to the specified nesting level.
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.
IndentSelectedNodesIndents selected nodes.
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.
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.
OutdentSelectedNodesOutdents selected nodes.
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 TreeListView.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.
ShowLessThanFormatConditionDialogInvokes the ‘Less Than’ format condition dialog.
ShowNodeFooterSummaryEditorInvokes the Node Footer Summary Editor.
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.
UncheckAllNodesUnchecks all nodes.
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

TreeListViewCommands Class

DevExpress.Xpf.Grid Namespace