TableGridDoubleTappedActions Enumeration

Specifies the action that is executed when the user double-clicks or presses the Enter key the data cells of the TableGridControl.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public enum TableGridDoubleTappedActions

Members

ViewRow0 Show selected record from table.
RaiseSelectedEvent1 Raise the Selected event.

See Also