Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeader Class / AllowResize Property


In This Topic
    AllowResize Property (ListHeader)
    In This Topic
    Gets or sets a bool value indicating whether allows set the size.
    Syntax
    'Declaration
     
    
    Public Property AllowResize As Boolean
    'Usage
     
    
    Dim instance As ListHeader
    Dim value As Boolean
     
    instance.AllowResize = value
     
    value = instance.AllowResize
    public bool AllowResize {get; set;}

    Property Value

    true if the Column allow user set the size; Otherwise,false.
    See Also