Spread Windows Forms 17
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
    public bool Clickable {get; set;}

    Property Value

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