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

屬性值

true如果資料來源檢視支援刪除列的功能;否則,。 false

適用於