Skip to main content
All docs
V23.2

DialogEditFormBehavior.RowDoubleClickCommand Property

Executes the CreateCommand or UpdateCommand depending on the selected row. This command is designed to allow you to bind it to the TableView.RowDoubleClickCommand / TreeListView.RowDoubleClickCommand.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Extensions.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ICommand<RowClickArgs> RowDoubleClickCommand { get; }

Property Value

Type Description
ICommand<RowClickArgs>

A command that you can bind to the TableView.RowDoubleClickCommand / TreeListView.RowDoubleClickCommand.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RowDoubleClickCommand property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also