ListView.IDataBoundListControl.ClientIDRowSuffix Propiedad

Definición

Obtiene el nombre del campo de datos cuyo valor se usa para identificar de forma única cada fila de datos de un ListView control cuando la ClientIDMode propiedad está establecida en 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

Valor de propiedad

String[]

Nombre del campo de datos cuyo valor se usa para identificar de forma única cada instancia de un ListView control cuando ASP.NET genera el ClientID valor.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ListView instancia se convierte en una IDataKeysControl interfaz.

Se aplica a