GridView.IDataBoundListControl.ClientIDRowSuffix 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置其值追加到 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,才能使用它。