[]
Represents the grouping information.
[TypeConverter(typeof(_dk))]
public class GroupInfo : ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(_dk))>
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. |
Background | Gets or sets the background 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. |
CssClass | Gets or sets the CSS class name. |
Font | Gets or sets the font settings of the grouping information. |
ForeColor | Gets or sets the text color of the grouping information. |
HorizontalAlign | Gets or sets the horizontal alignment of the grouping information. |
TabStop | Gets or sets whether the user can set focus to the group using the Tab key. |
VerticalAlign | Gets or sets the vertical alignment of the grouping information. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the grouping information from XML. |
GetAppearance(Appearance) | Copies the appearance settings. |
Reset() | Resets the grouping information. |
Serialize(XmlTextWriter) | Saves the grouping information to XML. |