ComponentOne Xamarin.iOS
ShowHeader Property (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : ShowHeader Property
Gets or sets a value indicating whether the control displays the header area with the current month and navigation buttons.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowHeader")>
<BrowsableAttribute(True)>
Public Property ShowHeader As Boolean
'Usage
 
Dim instance As C1Calendar
Dim value As Boolean
 
instance.ShowHeader = value
 
value = instance.ShowHeader
[Foundation.Export("ShowHeader")]
[Browsable(true)]
public bool ShowHeader {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members