Gtk.TreeSelection.Mode Property
Manages the way rows can be selected.

Syntax

public SelectionMode Mode { set; get; }

Value

The current mode dictating selection behaviour.

Remarks

Rows may be deselected by changing this property. For example, if SelectionMode.Multiple rows are selected and the mode is changed to SelectionMode.Single or SelectionMode.Browse.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)