Class StringSelector

    Definition

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

    String selector.

    public class StringSelector : Selector<string>
    Inheritance
    object
    Selector<string>
    StringSelector

    Constructors

    View Source

    StringSelector()

    Default constructor.

    Declaration
    public StringSelector()
    View Source

    StringSelector(Selector<string>)

    Constructor with base class object.

    Declaration
    public StringSelector(Selector<string> selector)
    Parameters
    Type Name Description
    Selector<string> selector

    Methods

    View Source

    Clone()

    String selector clone function.

    Declaration
    public StringSelector Clone()
    Returns
    Type Description
    StringSelector

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX