RadGrid for ASP.NET

RadGrid Send comments on this topic.
ID Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : ID Property


Gets or sets the programmatic identifier assigned to the current GridTableView.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public Property ID As String
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As String
 
instance.ID = value
 
value = instance.ID
C# 
public override string ID {get; set;}

Return Value

The programmatic identifier assigned to the control.

Remarks

This property is set automatically by RadGrid object that owns this instance.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also