RadGrid for ASP.NET

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


  

 

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

Syntax

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

Requirements

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

See Also