Gets or sets the height limit, in hundredths of an inch, of the rows contained in the group.
'Declaration
<DescriptionAttribute("The height limit, in hundredths of an inch, of the rows contained in the group. A value of 0 indicates there is no height limit.")>
<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 Expansion Limit")>
Public Property RowHeightExpansionLimit As Integer
'Usage
Dim instance As GroupReportStyle
Dim value As Integer
instance.RowHeightExpansionLimit = value
value = instance.RowHeightExpansionLimit
[Description("The height limit, in hundredths of an inch, of the rows contained in the group. A value of 0 indicates there is no height limit.")]
[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 Expansion Limit")]
public int RowHeightExpansionLimit {get; set;}
Property Value
A value representing the height limit, in hundredths of an inch, of the rows contained in the group.
By default, 0 indicating that the rows do not have a height limit.
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