Xceed Grid for WinForms v4.3 Documentation
RowHeight Property (GroupReportStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GroupReportStyle Class : RowHeight Property
Gets or sets the height, in hundredths of an inch, of the rows contained in the group.
Syntax
'Declaration
 
<DescriptionAttribute("The height in hundredths of an inch of the rows contained in the group. If set to 0, automatically sized to the row content.")>
<CategoryAttribute("Appearance")>
<EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
<EndUserDisplayNameAttribute("Row Height")>
Public Property RowHeight As Integer
'Usage
 
Dim instance As GroupReportStyle
Dim value As Integer
 
instance.RowHeight = value
 
value = instance.RowHeight
[Description("The height in hundredths of an inch of the rows contained in the group. If set to 0, automatically sized to the row content.")]
[Category("Appearance")]
[Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
[EndUserDisplayName("Row Height")]
public int RowHeight {get; set;}

Property Value

A value representing the height, in hundredths of an inch, of the rows contained in the group. By default, 0 indicating that the height of the rows will automatically be expanded to their content.
Remarks

If RowHeightExpansionLimit is greater than zero and RowHeightExpansion is set to RowHeightExpansion.ExpandUpToLimit, the height of the rows will expand, if necessary, until the value defined by the RowHeightExpansionLimit property. If RowHeightExpansion is set to WithoutLimits, the height of the rows will expand until all their content is displayed.

If RowHeightExpansion is set to RowHeightExpansion.NeverExpand, then the value of the RowHeight property indicates a fixed height.

To convert values from a specific Unit to hundredth's of an inch, and vice-versa, a UnitConverter can be used.

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

GroupReportStyle Class
GroupReportStyle Members