Spread Windows Forms 12.0 Product Documentation
AutoItemHeight Property (ItemTemplateInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateInfo Class : AutoItemHeight Property
Gets or sets whether the height is preferred.
Syntax
'Declaration
 
Public Property AutoItemHeight As Boolean
'Usage
 
Dim instance As ItemTemplateInfo
Dim value As Boolean
 
instance.AutoItemHeight = value
 
value = instance.AutoItemHeight
public bool AutoItemHeight {get; set;}

Property Value

A bool value that indicates whether the height is preferred, true if the height is preferred; otherwise, false.
The default is true.
See Also

Reference

ItemTemplateInfo Class
ItemTemplateInfo Members