GridView::ClientIDRowSuffixDataKeys Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the data values that are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property DataKeyArray^ ClientIDRowSuffixDataKeys { DataKeyArray^ get(); }
Property Value
Type: System.Web.UI.WebControls::DataKeyArray^The data values that are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value.
.NET Framework
Available since 4.0
Available since 4.0
Show: