GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderInfo Class / Clickable Property


In This Topic
Clickable Property (ListHeaderInfo)
In This Topic
Gets or sets whether the header is clickable.
Syntax
'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.
See Also