Xamarin.Forms.Cell Members

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

See Also: Inherited members from Xamarin.Forms.Element

Protected Constructors

Initializes a new instance of the Cell class.

Public Fields

static readonly
IsEnabledPropertyBindableProperty. Identifies the IsEnabled bindable property.

Public Properties

[read-only]
ContextActionsIList<MenuItem>. Gets a list of menu items to display when the user performs the device-specific context gesture on the Cell.
[read-only]
HasContextActionsbool. Gets a value that indicates whether the cell has at least one menu item in its Cell.ContextActions list property.
Heightdouble. Gets or sets the height of the Cell.
IsEnabledbool. Gets or sets the IsEnabled state of the Cell. This is a bindable property.
[read-only]
RenderHeightdouble. Gets the height of the rendered cell on the device.

Protected Methods

OnAppearing()
Invoked whenever an Cell.Appearing event occurs. Implement this method to add class handling for this event.
override
OnBindingContextChanged()
Event that is raised when the binding context is changed.
OnDisappearing()
Invoked whenever an Cell.Disappearing event occurs. Implement this method to add class handling for this event.
OnLongPressed()
Invoked whenever a long press is applied to the Cell.
OnTapped()
Invoked whenever the Cell is Tapped.

Public Events

AppearingOccurs when the visual representation of the Cell is being added to the visual layout.
DisappearingOccurs when the visual representation of the Cell is being removed from the visual layout.
TappedOccurs when the Cell is Tapped.