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