Skip to content

ReactiveViewCell class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveViewCell<T> Modifiers: public

Summary

View source

This is an ViewCell that is also an IViewFor.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveViewCell~T~
class ViewCell
ViewCell <|-- ReactiveViewCell~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveViewCell~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveViewCell~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveViewCell~T~

Inherits from: ViewCell

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModel

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedEvent that is raised when the binding context is changed.
Inherited members

See also