GridView::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 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)
private: property DataKeyArray^ ClientIDRowSuffixDataKeys { virtual DataKeyArray^ get() sealed = IDataKeysControl::ClientIDRowSuffixDataKeys::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.
This member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataKeysControl interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: