IDataKeysControl.ClientIDRowSuffix Property

Definition

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 ClientID value by using the Predictable algorithm.

public:
 property cli::array <System::String ^> ^ ClientIDRowSuffix { cli::array <System::String ^> ^ get(); };
public string[] ClientIDRowSuffix { get; }
member this.ClientIDRowSuffix : string[]
Public ReadOnly Property ClientIDRowSuffix As String()

Property Value

String[]

A collection of data-field names.

Applies to

See also