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
|
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also