DataPagerField.Visible 屬性
定義
取得或設定值,這個值表示是否呈現資料頁面巡覽區欄位。Gets or sets a value that indicates whether a data pager field is rendered.
public:
property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
member this.Visible : bool with get, set
Public Property Visible As Boolean
屬性值
如果呈現 DataPagerField,則為 true
,否則為 false
。true
if the DataPagerField is rendered; otherwise, false
. 預設值為 true
。The default value is true
.