RadGrid for ASP.NET

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


Gets a reference to the GridTableView object where the grouping is performed.   

 

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TableView As GridTableView
Visual Basic (Usage)Copy Code
Dim instance As GridGroupsChangingEventArgs
Dim value As GridTableView
 
value = instance.TableView
C# 
public GridTableView TableView {get;}

Return Value

a reference to GridTableView object.

Requirements

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

See Also