Xamarin.Forms.SwitchCell Members

The members of Xamarin.Forms.SwitchCell are listed below.

See Also: Inherited members from Xamarin.Forms.Cell

Public Constructors

Initializes a new instance of the SwitchCell class.

Public Fields

static readonly
OnPropertyBindableProperty. Identifies the SwitchCell.On bindable property.
static readonly
TextPropertyBindableProperty. Identifies the Text bindable property.

Public Properties

Onbool. Gets or sets the state of the switch. This is a bindable property.
Textstring. Gets or sets the text displayed next to the switch. This is a bindable property.

Public Events

OnChangedTriggered when the switch has changed value.