C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / Header Property


In This Topic
Header Property (C1DropDown)
In This Topic
Gets or sets the header view.
Syntax
'Declaration
 
Public Property Header As Xamarin.Forms.View
 
'Usage
 
Dim instance As C1DropDown
Dim value As Xamarin.Forms.View
 
instance.Header = value
 
value = instance.Header
See Also