Show / Hide Table of Contents

    Class Check2TextCell

    A Cell with two labels and a Check.

    Inheritance
    System.Object
    CheckCell
    Check2TextCell
    Inherited Members
    CheckCell.OnProperty
    CheckCell.TextProperty
    CheckCell.OnColorProperty
    CheckCell.OnColor
    CheckCell.On
    CheckCell.Text
    CheckCell.OnChanged
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class Check2TextCell : CheckCell

    Fields

    DetailProperty

    Identifies the Detail bindable property.

    Declaration
    public static readonly BindableProperty DetailProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    Detail

    Gets or sets the sub text displayed next to the checkbox. This is a bindable property.

    Declaration
    public string Detail { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX