Interface IGroupableItemSource

    Definition

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

    Base interface for encapsulated data source with group structure in CollectionView.

    public interface IGroupableItemSource : IItemSource, IDisposable

    Methods

    View Source

    GetGroupParent(int)

    Boolean checker for position is group footer or not

    Declaration
    object GetGroupParent(int position)
    Parameters
    Type Name Description
    int position

    The position for checking group footer.

    Returns
    Type Description
    object
    View Source

    IsGroupFooter(int)

    Boolean checker for position is group footer or not

    Declaration
    bool IsGroupFooter(int position)
    Parameters
    Type Name Description
    int position

    The position for checking group footer.

    Returns
    Type Description
    bool
    View Source

    IsGroupHeader(int)

    Boolean checker for position is group header or not

    Declaration
    bool IsGroupHeader(int position)
    Parameters
    Type Name Description
    int position

    The position for checking group header.

    Returns
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX