Spread Windows Forms 12.0 Product Documentation
AllowResize Property (ListHeaderInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : AllowResize Property
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

Reference

ListHeaderInfo Class
ListHeaderInfo Members