Click or drag to resize

GridAllowMultipleSelection Property

Gets or sets a value indicating whether the user can select multiple rows

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowMultipleSelection { get; set; }

Property Value

Type: Boolean
true to allow multiple row selection; otherwise, false.
See Also