[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.GroupFooter

GroupFooter Class

Represents the group footer of rows in the grouping display (also called Outlook-style grouping).

Inheritance
GroupFooter
Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public class GroupFooter : ICanSerializeXml, ISerializeSupport
Public Class GroupFooter
    Implements ICanSerializeXml, ISerializeSupport

Constructors

Name Description
GroupFooter()

Constructor of the GroupFooter object.

GroupFooter(Group)

Constructor of the GroupFooter object.

Properties

Name Description
CanSerializeXml

Gets whether the object in its entirety can be rendered with XML without losing any information.

DataModel

Gets or sets the data model for the group footer.

Group

Gets and sets the group that corresponds with this group footer.

StyleManager

Gets footer style manager

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

Serialize(XmlTextWriter)

Saves the object to XML.

Events

Name Description
changed

Occurs when the user makes a change to the group footer that affects the data of the sheet.