RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
DefaultCellPadding Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : DefaultCellPadding Property


Gets or sets the cell padding of the table where are rendered the calendar days.   

 

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

Syntax

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

Requirements

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

See Also