IDataKeysControl::ClientIDRowSuffix Property

.NET Framework (current version)
 

Gets the names of the data fields whose values are used to uniquely identify each instance of a data-bound control when ASP.NET generates the Control::ClientID value by using the ClientIDMode::Predictable algorithm.

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

property array<String^>^ ClientIDRowSuffix {
	array<String^>^ get();
}

Property Value

Type: array<System::String^>^

A collection of data-field names.

.NET Framework
Available since 4.0
Return to top
Show: