Class TabButtonGroup

    Definition

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

    TabButtonGroup class is used to group together a set of TabButton controls. It enables a user to select exclusively single TabButton of a group.

    public class TabButtonGroup : SelectGroup
    Inheritance
    object
    SelectGroup
    TabButtonGroup

    Constructors

    View Source

    TabButtonGroup()

    Constructs TabButtonGroup

    Declaration
    public TabButtonGroup()

    Methods

    View Source

    Add(TabButton)

    Adds a tab button to the end of TabButtonGroup.

    Declaration
    public void Add(TabButton tabButton)
    Parameters
    Type Name Description
    TabButton tabButton

    A tab button to be added to the group.

    View Source

    Remove(TabButton)

    Removes a tab button from TabButtonGroup.

    Declaration
    public void Remove(TabButton tabButton)
    Parameters
    Type Name Description
    TabButton tabButton

    A tab button to be removed from the group.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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