RadGrid for ASP.NET

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


  

 

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property CellPadding As Integer
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As Integer
 
instance.CellPadding = value
 
value = instance.CellPadding
C# 
public virtual int CellPadding {get; set;}

Requirements

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

See Also