MultiPage<T>.CurrentPage Property
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.
Gets or sets the currently selected page.
public T CurrentPage { get; set; }
member this.CurrentPage : 'T with get, set
Property Value
T
The current page. The default value is null.
Remarks
The default page will usually get set when the multi-page is displayed or templated.