Class Radio2TextCell
A Cell with two labels and a RadioButton.
Inherited Members
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class Radio2TextCell : RadioCell
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 radio button. This is a bindable property.
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
System.String |