Skip to content

ReactiveCarouselPage class

Defined in

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

Summary

View source

This is an CarouselPage that is also an IViewFor.

Applies to

netstandard2.0

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

Inherits from: CarouselPage

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedInvoked whenever the binding context of the Page changes. Override this method to add class handling for this event.
Inherited members

See also