MultiPage<T>.CurrentPage Property

Definition

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.

Applies to