Property selectionType
selectionType
Controls the selection type.
Declaration
public SelectionType selectionType { get; set; }
Property Value
Type | Description |
---|---|
SelectionType |
Remarks
You can set the GridView to make one item selectable at a time, make multiple items selectable, or disable selections completely.
When you set the GridView to disable selections, any current selection is cleared.