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


In This Topic
    AllowResize Property (ListHeaderInfo)
    In This Topic
    Gets or sets a bool value that indicates whether to allow setting the size.
    Syntax
    'Declaration
     
    
    Public Property AllowResize As Boolean
    'Usage
     
    
    Dim instance As ListHeaderInfo
    Dim value As Boolean
     
    instance.AllowResize = value
     
    value = instance.AllowResize
    public bool AllowResize {get; set;}

    Property Value

    true if the user is allowed to set the size; otherwise,false.
    See Also