IDynamicDataSource.EnableDelete 屬性

定義

取得或設定值,這個值表示資料來源檢視是否支援刪除資料列。

public:
 property bool EnableDelete { bool get(); void set(bool value); };
public bool EnableDelete { get; set; }
member this.EnableDelete : bool with get, set
Public Property EnableDelete As Boolean

屬性值

Boolean

如果資料來源檢視支援刪除資料列則為 true,否則為 false

適用於