IDataKeysControl::ClientIDRowSuffixDataKeys Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a collection of the data values that are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

property DataKeyArray^ ClientIDRowSuffixDataKeys {
	DataKeyArray^ get();
}

Property Value

Type: System.Web.UI.WebControls::DataKeyArray^

A collection of data-field values.

.NET Framework
Available since 4.0
Return to top
Show: