[]
Specifies how users can select items in the control.
public enum SelectionPolicy
Public Enum SelectionPolicy
Name | Description |
---|---|
MultiRange | [2] Allows users to select single items and ranges of items, including multiple ranges |
Range | [1] Allows users to select single items and ranges of items, but not multiple ranges |
Single | [0] Allows users to select only single items |