or
Dim
calTable
As
Telerik.WinControls.UI.CalendarTableElement = TryCast(RadCalendar1.RootElement.Children(0).Children(0).Children(2).Children(0).Children(1), Telerik.WinControls.UI.CalendarTableElement)
If
calTable IsNot
Nothing
Then
For
Each
cell
As
Telerik.WinControls.UI.CalendarCellElement
In
calTable.Children
If
(cell.[
Date
].DayOfWeek = DayOfWeek.Sunday)
Then
cell.Enabled =
False
End
If
Next
End
If
Description | Value |
First Name : | Tom |
Last Name : | Richarson |
Passport Number: | ######### |
Age : | 12 |
Weight : | 125 Pounds |
DOB : | mm/dd/yyyy |