IDataBoundListControl.ClientIDRowSuffix Property (System.Web.UI.WebControls)

Switch View :
ScriptFree
.NET Framework Class Library
IDataBoundListControl.ClientIDRowSuffix Property

Gets or sets the names of the data fields whose values are appended to the Control.ClientID property value to uniquely identify each instance of a data-bound control.

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

Visual Basic
Property ClientIDRowSuffix As String()
C#
string[] ClientIDRowSuffix { get; set; }
Visual C++
property array<String^>^ ClientIDRowSuffix {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
F#
abstract ClientIDRowSuffix : string[] with get, set

Property Value

Type: System.String[]
An array of data field names.
Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference

Other Resources