Clickable Property (ListHeaderInfo)
Gets or sets whether the header is clickable.
public bool Clickable {get; set;}
'Declaration
Public Property Clickable As Boolean
'Usage
Dim instance As ListHeaderInfo
Dim value As Boolean
instance.Clickable = value
value = instance.Clickable
Property Value
A
bool value,
true if the
ListHeader is clickable; otherwise,
false.