Show / Hide Table of Contents

    Class Check2TextCellRenderer

    Inheritance
    System.Object
    CheckCellRenderer
    Check2TextCellRenderer
    Inherited Members
    CheckCellRenderer.MainPart
    CheckCellRenderer.CheckBoxPart
    CheckCellRenderer.OnGetContent(Cell, String)
    CheckCellRenderer.OnReusableContent(Cell, String, EvasObject)
    Namespace: Tizen.Wearable.CircularUI.Forms.Renderer
    Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
    Syntax
    public class Check2TextCellRenderer : CheckCellRenderer

    Constructors

    Check2TextCellRenderer()

    Declaration
    public Check2TextCellRenderer()

    Check2TextCellRenderer(String)

    Declaration
    protected Check2TextCellRenderer(string style)
    Parameters
    Type Name Description
    System.String style

    Properties

    DetailPart

    Declaration
    protected string DetailPart { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnCellPropertyChanged(Cell, String, Dictionary<String, EvasObject>)

    Declaration
    protected override bool OnCellPropertyChanged(Cell cell, string property, Dictionary<string, EvasObject> realizedView)
    Parameters
    Type Name Description
    Cell cell
    System.String property
    Dictionary<System.String, EvasObject> realizedView
    Returns
    Type Description
    System.Boolean
    Overrides
    CheckCellRenderer.OnCellPropertyChanged(Cell, String, Dictionary<String, EvasObject>)

    OnGetText(Cell, String)

    Declaration
    protected override Span OnGetText(Cell cell, string part)
    Parameters
    Type Name Description
    Cell cell
    System.String part
    Returns
    Type Description
    Span
    Overrides
    CheckCellRenderer.OnGetText(Cell, String)
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX