IMultiPageController<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |