ListView.IDataBoundListControl.ClientIDRowSuffix プロパティ

定義

ListView プロパティが ClientIDMode に設定されている場合に、Predictable コントロールの各行を一意に識別するために使用されるデータ フィールドの名前を取得します。

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 により ListView の値が生成されるときに、ClientID コントロールの各インスタンスを一意に識別するために使用される値を持つデータ フィールドの名前。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ListView のインスタンスが IDataKeysControl インターフェイスにキャストされる場合のみ、使用できます。

適用対象