Show / Hide Table of Contents

    Class ListItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    It inherits ItemObject. An instance to the list item is added. It contains the Text, LeftIcon, and RightIcon properties to show the list item which is given.

    public class ListItem : ItemObject
    Inheritance
    Object
    ItemObject
    ListItem

    Properties

    View Source

    LeftIcon

    Gets the left icon for the list item.

    Declaration
    public EvasObject LeftIcon { get; }
    Property Value
    Type Description
    EvasObject
    API Level: preview
    View Source

    RightIcon

    Gets the right icon for the list item.

    Declaration
    public EvasObject RightIcon { get; }
    Property Value
    Type Description
    EvasObject
    API Level: preview
    View Source

    Text

    Gets the text for the list item.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    String
    API Level: preview

    Extension Methods

    ItemObjectExtension.GrabHighlight(ItemObject)
    ItemObjectExtension.ClearHighlight(ItemObject)
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX