[]
Represents the grouping information.
[TypeConverter(typeof(_qz))]
public class GroupInfo : ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(_qz))>
Public Class GroupInfo
Implements ICanSerializeXml, ISerializeSupport
Name | Description |
---|---|
GroupInfo() | 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(XmlNodeReader) | Loads the grouping information from XML. |
FireChanged(int, int, int, int, SheetStyleModelEventType) | Creates a SheetStyleModelEventArgs with the specifies event data and calls OnChanged to raise the Changed event. |
GetAppearance(Appearance) | Copies the appearance settings. |
GetFooterAppearance(Appearance) | Copies the group footer appearance settings. |
OnChanged(SheetStyleModelEventArgs) | Raises the changed event. |
Reset() | Resets the grouping information. |
Serialize(XmlTextWriter) | Saves the grouping information to XML. |
Name | Description |
---|---|
Changed | Occurs when the user makes a change to the model that affects the style of the sheet. |