RadCalendar for ASP.NET

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


Gets or sets the vertical alignment of the date cells content inside the calendar area.

The VerticalAlign enumeration is defined in System.Web.UI.WebControls

  

 

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

Syntax

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

Remarks

Member nameDescription
BottomText or object is aligned with the bottom of the enclosing control.
MiddleText or object is aligned with the center of the enclosing control.
NotSetVertical alignment is not set.
TopText or object is aligned with the top of the enclosing control.

Requirements

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

See Also