EditCommandColumn.CausesValidation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示按一下 EditCommandColumn 物件中的 [Update
] 按鈕時,是否執行驗證。
public:
virtual property bool CausesValidation { bool get(); void set(bool value); };
public virtual bool CausesValidation { get; set; }
member this.CausesValidation : bool with get, set
Public Overridable Property CausesValidation As Boolean
屬性值
如果按一下 EditCommandColumn 中的 [true
] 按鈕時會執行驗證,則為 Update
,否則為 false
。 預設為 true
。
備註
根據預設,按一下控制項中的 EditCommandColumn 按鈕時 Update
,就會執行頁面驗證。 頁面驗證會決定與頁面上驗證控制項相關聯的輸入控制項是否都通過驗證控制項所指定的驗證規則。
您可以使用 屬性按一下控制項 CausesValidation 中的 EditCommandColumn 按鈕時 Update
,指定或判斷是否在用戶端和伺服器上執行驗證。 若要防止執行驗證,請將 CausesValidation 屬性設定為 false
。
當 屬性的值 CausesValidation 設定 true
為 時,您也可以使用 ValidationGroup 屬性來指定物件中 EditCommandColumn 按鈕造成驗證的驗證組 Update
名。
此屬性的值會儲存在檢視狀態中。