Share via


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 接口时使用。

适用于