Class ReactiveEntryCell<TViewModel>
- Namespace
- ReactiveUI.Maui
- Assembly
- ReactiveUI.Maui.dll
This is an Entry
[RequiresDynamicCode("ReactiveEntryCell uses methods that require dynamic code generation")]
[RequiresUnreferencedCode("ReactiveEntryCell uses methods that may require unreferenced code")]
[Obsolete("ListView and its cells are obsolete in .NET MAUI, please use CollectionView with a DataTemplate and a ReactiveContentView-based view instead. This will be removed in a future release.")]
[ExcludeFromCodeCoverage]
public class ReactiveEntryCell<TViewModel> : EntryCell, INotifyPropertyChanged, IElementController, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement, ICellController, IVisualTreeElement, ITextAlignmentElement, IEntryCellController, ITextAlignment, IViewFor<TViewModel>, IViewFor, IActivatableView where TViewModel : class
Type Parameters
TViewModelThe type of the view model.
- Inheritance
-
ReactiveEntryCell<TViewModel>
- Implements
-
IView
For <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveEntryCell()
Fields
ViewModelProperty
The view model bindable property.
Field Value
Properties
ViewModel
Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Property Value
- TView
Model
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes. Implement this method to add class handling for this event.
Remarks
Implementors must call the base method.