TableGridDoubleTappedActions Enumeration
Specifies the action that is executed when the user double-clicks or presses the Enter key
the data cells of the
TableGridControl.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public enum TableGridDoubleTappedActions
Public Enumeration TableGridDoubleTappedActions
ViewRow | 0 |
Show selected record from table.
|
RaiseSelectedEvent | 1 |
Raise the Selected event.
|