RadGrid for ASP.NET

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


Gets the ClientID of the RadGrid object that contains this instance.   

 

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

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property OwnerID As String
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As String
 
value = instance.OwnerID
C# 
public virtual string OwnerID {get;}

Return Value

The string representation of the ClientID object that contains the instance.

Requirements

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

See Also

Reference

GridTableView Class
GridTableView Members
OwnerGrid Property