IMultiPageController<T> Interface

Definition

Base class for multipage controllers.

public interface IMultiPageController<T>
type IMultiPageController<'T> = interface

Type Parameters

T

The type of page element that the multipage controller will manage.

Derived

Methods

GetPageByIndex(Int32)

Returns the page that is identified by the provided index.

Applies to