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,才能使用它。

适用于