ViewCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |