Name | Description | |
---|---|---|
GroupInfo Constructor | Creates a set of grouping information. |
The following tables list the members exposed by GroupInfo.
Name | Description | |
---|---|---|
GroupInfo Constructor | Creates a set of grouping information. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the grouping information. | |
Border | Gets or sets the border of the grouping information. | |
CanSerializeXml | Gets whether the grouping information can be rendered with XML in its entirety without losing any information. | |
Font | Gets or sets the font settings of the grouping information. | |
FooterBackColor | Gets or sets the background color of the grouping footer information. | |
FooterBorder | Gets or sets the border of the grouping information. | |
FooterFont | Gets or sets the font settings of the footer grouping information. | |
FooterForeColor | Gets or sets the text color of the group footer. | |
FooterHorizontalAlignment | Gets or sets the horizontal alignment of the grouping information. | |
FooterVerticalAlignment | Gets or sets the vertical alignment of the grouping information. | |
ForeColor | Gets or sets the text color of the grouping information. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grouping information. | |
Indent | Gets or sets the indent of the grouping information. | |
IndentColor | Gets or sets the indent color of the grouping information. | |
VerticalAlignment | Gets or sets the vertical alignment of the grouping information. |
Name | Description | |
---|---|---|
Deserialize | Loads the grouping information from XML. | |
GetAppearance | Copies the appearance settings. | |
GetFooterAppearance | Copies the group footer appearance settings. | |
Reset | Resets the grouping information. | |
Serialize | Saves the grouping information to XML. |
Name | Description | |
---|---|---|
FireChanged | Creates a SheetStyleModelEventArgs with the specifies event data and calls OnChanged to raise the Changed event. | |
OnChanged | Raises the changed event. |
Name | Description | |
---|---|---|
Changed | Occurs when the user makes a change to the model that affects the style of the sheet. |