IWpfTableControl.SelectionMode Property

Definition

Gets/sets the selection mode of the table control. Default is Extended (multi-select with modifier).

public:
 property System::Windows::Controls::SelectionMode SelectionMode { System::Windows::Controls::SelectionMode get(); void set(System::Windows::Controls::SelectionMode value); };
public System.Windows.Controls.SelectionMode SelectionMode { get; set; }
member this.SelectionMode : System.Windows.Controls.SelectionMode with get, set
Public Property SelectionMode As SelectionMode

Property Value

Returns SelectionMode.

Remarks

This method can only be called from the thread that created the table control.

Applies to