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; }
Public Property AllowMultipleSelection As Boolean
Get
Set
member AllowMultipleSelection : bool with get, set
Property Value
Type:
Booleantrue to allow multiple row selection; otherwise,
false.
See Also