MultiPage<T>.CurrentPage 屬性

定義

取得或設定目前選取的頁面。

public T CurrentPage { get; set; }
member this.CurrentPage : 'T with get, set

屬性值

T

目前的頁面。 預設值為 null。

備註

當多頁顯示或範本化時,通常會設定預設頁面。

適用於