Show / Hide Table of Contents

    Class ViewHolder

    Inheritance
    System.Object
    ViewHolder
    Namespace: Tizen.UIExtensions.NUI
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class ViewHolder : NUI.BaseComponents.View

    Constructors

    ViewHolder()

    Declaration
    public ViewHolder()

    Properties

    Content

    Declaration
    public NUI.BaseComponents.View? Content { get; set; }
    Property Value
    Type Description
    System.Nullable<Tizen.NUI.BaseComponents.View>

    State

    Declaration
    public ViewHolderState State { get; set; }
    Property Value
    Type Description
    ViewHolderState

    ViewCategory

    Declaration
    public object ViewCategory { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    Initialize()

    Declaration
    protected void Initialize()

    ResetState()

    Declaration
    public void ResetState()

    UpdateSelected()

    Declaration
    public void UpdateSelected()

    UpdateState()

    Declaration
    protected virtual void UpdateState()

    Events

    RequestSelected

    Declaration
    public event EventHandler RequestSelected
    Event Type
    Type Description
    System.EventHandler

    StateUpdated

    Declaration
    public event EventHandler StateUpdated
    Event Type
    Type Description
    System.EventHandler
    Back to top Copyright © 2021 Samsung
    Generated by DocFX