SelectionType Enumeration

Specifies the selection type.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public enum SelectionType

Members

ByMouse0 The selected row index was changed by mouse click.
ByKeyboard1 The selected row index was changed by arrow keys.
ByDeveloper2 The selected row index was changed by SlectedIndex property.
ByDataBindingPositionChanged3 The selected row index was changed by data binding events.
Unknown4 The selected row index was changed by other events.

See Also