ComponentOne Xamarin.Android
HeaderMonthFormat Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : HeaderMonthFormat Property
Gets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month.
Syntax
'Declaration
 
Public Property HeaderMonthFormat As String
'Usage
 
Dim instance As C1Calendar
Dim value As String
 
instance.HeaderMonthFormat = value
 
value = instance.HeaderMonthFormat
public string HeaderMonthFormat {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members