MobileForms Toolkit Documentation

AdvancedList.SelectionMode Property

Gets or sets the SelectionMode of a control.

public SelectionMode SelectionMode {get; set;}

Property Value

The SelectionMode of a control. Default value is SelectOnly.

Remarks

If selection mode is set to SelectOnly, by clicking not selected row, it is selected. When clicking selected row, no action is taken. The RowSelect event is fired only when selecting the row.

If selection mode is set to SelectDeselect, by clicking not selected row, it is selected. When clicking selected row, it is deselected. By both actions, the RowSelect event is fired.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace