Class ListItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    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.

    [Obsolete("This has been deprecated in API12")]
    public class ListItem : ItemObject
    Inheritance
    object
    ItemObject
    ListItem

    Properties

    View Source

    LeftIcon

    Gets the left icon for the list item.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObject LeftIcon { get; }
    Property Value
    Type Description
    EvasObject
    View Source

    RightIcon

    Gets the right icon for the list item.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObject RightIcon { get; }
    Property Value
    Type Description
    EvasObject
    View Source

    Text

    Gets the text for the list item.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string Text { get; }
    Property Value
    Type Description
    string

    Extension Methods

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