ListView.IDataBoundListControl.ClientIDRowSuffix Property

Definition

Gets the name of the data field whose value is used to uniquely identify each data row of a ListView control when the ClientIDMode property is set to 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

Property Value

String[]

The name of the data field whose value is used to uniquely identify each instance of a ListView control when ASP.NET generates the ClientID value.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ListView instance is cast to an IDataKeysControl interface.

Applies to