Share via


ViewCell Class

Definition

Caution

With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.

Android-specific context actions behavior for ViewCell in ListView.

public ref class ViewCell abstract sealed
[System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")]
public static class ViewCell
public static class ViewCell
[<System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")>]
type ViewCell = class
type ViewCell = class
Public Module ViewCell
Inheritance
ViewCell
Attributes

Fields

Name Description
IsContextActionsLegacyModeEnabledProperty
Obsolete.

Bindable property for attached property IsContextActionsLegacyModeEnabled.

Methods

Name Description
GetIsContextActionsLegacyModeEnabled(BindableObject)
Obsolete.

Gets whether the legacy context actions mode is enabled on Android.

GetIsContextActionsLegacyModeEnabled(IPlatformElementConfiguration<Android,Cell>)
Obsolete.

Gets whether the legacy context actions mode is enabled on Android.

SetIsContextActionsLegacyModeEnabled(BindableObject, Boolean)
Obsolete.

Sets whether the legacy context actions mode is enabled on Android.

SetIsContextActionsLegacyModeEnabled(IPlatformElementConfiguration<Android,Cell>, Boolean)
Obsolete.

Sets whether the legacy context actions mode is enabled on Android.

Applies to