[]
        
(Showing Draft Content)

FarPoint.Web.Spread.GroupInfo

GroupInfo Class

Represents the grouping information.

Inheritance
GroupInfo
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(_dk))]
public class GroupInfo : ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(_dk))>
Public Class GroupInfo
    Implements ICanSerializeXml, ISerializeSupport

Constructors

Name Description
GroupInfo()

Creates a set of grouping information.

Properties

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.

Methods

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.