Skip to main content
A newer version of this page is available. .
All docs
V21.1

DevExpress.Mvvm.Xpf Namespace

Contains classes that allow you to work with virtual sources in an MVVM pattern.

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Classes

Name Description
ClickArgs Contains data for commands executed when a user double-clicks a row within the GridControl.
ColumnDisplayTextArgs Populates commands bound to the GridControl.CustomColumnDisplayTextCommand and TreeListView.CustomColumnDisplayTextCommand properties with data.
DisplayTextArgs Populates commands bound to the GridControl.CustomColumnDisplayTextCommand, TreeListView.CustomColumnDisplayTextCommand, and GridControl.CustomGroupDisplayTextCommand properties with data.
FetchAsyncArgsBase Populates commands bound to the InfiniteAsyncSource.FetchRowsCommand / PagedAsyncSource.FetchPageCommand properties with data.
FetchPageAsyncArgs Populates the command bound to the PagedAsyncSource.FetchPageCommand property with data.
FetchRowsAsyncArgs Populates the command bound to the InfiniteAsyncSource.FetchRowsCommand property with data.
GetSummariesAsyncArgs Populates commands bound to the InfiniteAsyncSource.GetTotalSummariesCommand / PagedAsyncSource.GetTotalSummariesCommand properties with data.
GetUniqueValuesAsyncArgs Populates commands bound to the InfiniteAsyncSource.GetUniqueValuesCommand / PagedAsyncSource.GetUniqueValuesCommand properties with data.
GroupDisplayTextArgs Populates the command bound to the GridControl.CustomGroupDisplayTextCommand property with data.
NewRowArgs Populates the command bound to the AddingNewRowCommand property with data.
NodeCanceledArgs Populates the command bound to the NodeCanceledCommand property with data.
NodeClickArgs Populates the command bound to the RowDoubleClickCommand property with data.
NodeDisplayTextArgs Populates commands bound to the TreeListView.CustomColumnDisplayTextCommand property with data.
NodeSortArgs Populates the command bound to the CustomColumnSortCommand property with data.
NodeSummaryArgs Populates the command bound to the TreeListView.CustomSummaryCommand property with data.
NodeUpdatedArgs Populates the command bound to the NodeUpdatedCommand property with data.
NodeValidationArgs Populates the command bound to the ValidateNodeCommand property with data.
RowCanceledArgs Populates the command bound to the RowCanceledCommand property with data.
RowClickArgs Populates the command bound to the RowDoubleClickCommand property with data.
RowFilterArgs Populates the command bound to the GridControl.CustomRowFilterCommand property with data.
RowSortArgs Populates commands bound to the GridControl.CustomColumnSortCommand and GridControl.CustomColumnGroupCommand properties with data.
RowSummaryArgs Populates the command bound to the GridControl.CustomSummaryCommand property with data.
RowSummaryExistsArgs Populates the command bound to the GridControl.CustomSummaryExistsCommand property with data.
RowUpdatedArgs Populates the command bound to the RowUpdatedCommand property with data.
RowValidationArgs Populates the command bound to the ValidateRowCommand property with data.
SortArgs Populates commands bound to the GridControl.CustomColumnSortCommand, TreeListView.CustomColumnSortCommand, and GridControl.CustomColumnGroupCommand properties with data.
SummaryArgs Populates commands bound to the GridControl.CustomSummaryCommand and TreeListView.CustomSummaryCommand properties with data.
UniqueValuesArgs Populates the command bound to the DataControlBase.CustomUniqueValuesCommand property with data.
ValidationArgs Contains data for commands that validate row values within the GridControl.
ValidationErrorInfo

Enums

Name Description
MouseButton Lists values that specify a mouse button that a user clicks.
ValidationErrorType Enumerates error types.