IDataBoundListControl.ClientIDRowSuffix プロパティ

定義

データ バインド コントロールの各インスタンスを一意に識別するために使用される、ClientID プロパティ値に追加される値を持つデータ フィールドの名前を取得または設定します。

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

プロパティ値

String[]

データ フィールドの名前の配列。

適用対象

こちらもご覧ください