C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarHeaderLoadingEventArgs Class / HeaderSlot Property


In This Topic
HeaderSlot Property
In This Topic
The header to be shown in the calendar.
Syntax
'Declaration
 
Public Property HeaderSlot As Android.Views.View
 
'Usage
 
Dim instance As CalendarHeaderLoadingEventArgs
Dim value As Android.Views.View
 
instance.HeaderSlot = value
 
value = instance.HeaderSlot
See Also