Xceed Grid for WinForms v4.3 Documentation
AutoHeightMode Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Row Class : AutoHeightMode Property
Gets or sets a value indicating what the default height of the row will be in the case where the Height property is not explicitly set.
Syntax
'Declaration
 
<DescriptionAttribute("A value indicating what the default height of the row will be in the case where the Height property is not explicitly set.")>
<CategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<ApplyToDesignerAttribute(True)>
Public Property AutoHeightMode As AutoHeightMode
'Usage
 
Dim instance As Row
Dim value As AutoHeightMode
 
instance.AutoHeightMode = value
 
value = instance.AutoHeightMode
[Description("A value indicating what the default height of the row will be in the case where the Height property is not explicitly set.")]
[Category("Appearance")]
[RefreshProperties(RefreshProperties.All)]
[ApplyToDesigner(true)]
public AutoHeightMode AutoHeightMode {get; set;}

Property Value

An AutoHeightMode value indicating what the default height of the row will be in the case where the Height property is not explicitly set.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members