Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / Clickable Property


In This Topic
    Clickable Property (ListHeader)
    In This Topic
    Gets or sets a value indicating whether clickable or not.
    Syntax
    'Declaration
     
    
    Public Property Clickable As Boolean
    'Usage
     
    
    Dim instance As ListHeader
    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