GroupReportStyle Class Methods
In This Topic
For a list of all members of this type, see GroupReportStyle members.
Public Methods
| Name | Description |
 | Clone | Overridden. |
 | Reset | Resets all of the properties that have been explicitly set back to their default values. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetBackColor | Resets the value of the BackColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetBottomBorder | Resets the property values of the BottomBorder report style. |
 | ResetBottomMargin | Resets the value of the BottomMargin property to its default value, DefaultBottomMargin. |
 | ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetCollapsed | Resets the value of the Collapsed property to its default value, false. |
 | ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetFooterRow | Resets the property values of the FooterRow report style. |
 | ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.Color.Empty. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetGroupManagerRow | Resets the property values of the GroupManagerRow report style. |
 | ResetHeaderRow | Resets the property values of the HeaderRow report style. |
 | ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, HorizontalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetKeepTogether | Resets the value of the KeepTogether property to its default value, DefaultKeepTogether. |
 | ResetPageBreak | Resets the value of the PageBreak property to its default value, DefaultPageBreak. |
 | ResetRowHeight | Resets the value of the RowHeight property to its default value, 0. |
 | ResetRowHeightExpansion | Resets the value of the RowHeightExpansion property to its default value, NeverExpand. |
 | ResetRowHeightExpansionLimit | Resets the value of the RowHeightExpansionLimit property to its default value, 0. |
 | ResetSideMarginWidth | Resets the value of the SideMarginWidth property to its default value, 10. |
 | ResetSummaryRow | Resets the property values of the SummaryRow report style. |
 | ResetTopBorder | Resets the property values of the TopBorder report style. |
 | ResetTopMargin | Resets the value of the TopMargin property to its default value, DefaultTopMargin. |
 | ResetTrimming | Resets the value of the Trimming property to its default value, StringTrimming.EllipsisWord. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetVerticalAlignment | Resets the value of the VerticalAlignment property to its default value, VerticalAlignment.Default. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetVisible | Resets the value of the Visible property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
 | ResetWordWrap | Resets the value of the WordWrap property to its default value, true. (Inherited from Xceed.Grid.Reporting.GridElementReportStyle) |
Top
Protected Methods
See Also