Enum CollectionViewSelectionMode
Enumerates values that control whether items in a collection view can or cannot be selected.
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum CollectionViewSelectionMode
Fields
Name | Description |
---|---|
Multiple | Indicates that multiple items can be selected. |
None | Indicates that items cannot be selected. |
Single | Indicates that a single item can be selected. |
SingleAlways | Indicates that a single item can be always selected. |