ReactiveEntryCell class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveEntryCell<T>
Modifiers: public
Summary¶
This is an EntryCell that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveEntryCell~T~
class EntryCell
EntryCell <|-- ReactiveEntryCell~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveEntryCell~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveEntryCell~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveEntryCell~T~
Inherits from: EntryCell
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Event that is raised when the binding context is changed. |
Inherited members
See also¶
Xamarin.Forms.EntryCell- ReactiveUI.IViewFor`1