Spread Windows Forms 12.0 Product Documentation
Clickable Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : Clickable Property
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
public bool Clickable {get; set;}

Property Value

A bool value, true if the ListHeader is clickable; otherwise, false.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members