C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / ShowEditableHeader Property


In This Topic
ShowEditableHeader Property
In This Topic
Gets or sets a value that indicates whether the editable header is currently visible.
Syntax
'Declaration
 
Public Property ShowEditableHeader As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowEditableHeader = value
 
value = instance.ShowEditableHeader
See Also