RadGrid for ASP.NET

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


Gets a reference to the RowIndicatorColumn object, allowing you to customize its settings.   

 

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

Syntax

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

Remarks

The property setter does nothing and should not be used. It works around a bug in the VS.NET designer.

Requirements

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

See Also