Enum ItemSelectionMode

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    Selection mode of CollecitonView.

    public enum ItemSelectionMode

    Fields

    Name Description
    Multiple

    Multiple selections. Select multiple items and previous selected item still remains selected.

    None

    None of the items can be selected.

    Single

    Single selection. Select item exclusively so previous selected item will be unselected.

    SingleAlways

    Single selection always. It's not possible to unselect all, so after user selects an item, there is always exactly one item selected. To deselect item, clear selection forcely.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX