Interface IListViewItemData<TIndex> | List View Framework | 1.1.7-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IListViewItemData<TIndex>

    Implement to create data for a list view

    Namespace: Unity.ListViewFramework
    Syntax
    public interface IListViewItemData<TIndex>
    Type Parameters
    Name Description
    TIndex

    The type which is used as a unique index to map data to list items

    Properties

    index

    The index for this data

    Declaration
    TIndex index { get; }
    Property Value
    Type Description
    TIndex

    selected

    True if the item is currently selected. Used by multiselect to track items.

    Declaration
    bool selected { get; }
    Property Value
    Type Description
    Boolean

    template

    The template for this data

    Declaration
    string template { get; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023