GridView.IDataBoundListControl.ClientIDRowSuffix 屬性

定義

取得或設定資料欄位的名稱,這些值會附加至 ClientID 屬性,以便識別資料繫結控制項的每一個唯一的執行個體。

property cli::array <System::String ^> ^ System::Web::UI::WebControls::IDataBoundListControl::ClientIDRowSuffix { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
string[] System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix { get; set; }
member this.System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix : string[] with get, set
 Property ClientIDRowSuffix As String() Implements IDataBoundListControl.ClientIDRowSuffix

屬性值

String[]

資料欄位的名稱,其值會在 ASP.NET 產生 ClientID 值時,用來識別資料繫結控制項的每個唯一的執行個體。

實作

備註

這個成員是明確介面成員實作, 只有在 GridView 執行個體轉換成 IDataBoundListControl 介面時,才能使用這個成員。

適用於