DoubleSelectItem Method (DataGrid)

Class

DataGrid.

Action

Double-clicks an item.

Syntax

C#
dataGrid.DoubleSelectItem(column, row, [modifiers])
VB
dataGrid.DoubleSelectItem(column, row, [modifiers])
Variable Description
column The index of the column to select. The value is zero-based. Integer.
row The index of the row to select. The value is zero-based. Integer.
modifiers Optional: The active modifier key state while selecting the item. ModifierKeys.