[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GroupBarInfo

GroupBarInfo Class

Represents information about the grouping bar in the Spread component.

Inheritance
GroupBarInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GroupBarInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class GroupBarInfo
    Implements ISerializeSupport, ISerializable, INotifyPropertyChanged

Constructors

Name Description
GroupBarInfo()

Initializes a new instance of the GroupBarInfo class.

GroupBarInfo(SerializationInfo, StreamingContext)

Creates a new instance of the GroupBarInfo class from serialization.

Properties

Name Description
BackColor

Gets or sets the background color of the grouping bar.

Font

Gets or sets the font of the grouping bar.

ForeColor

Gets or sets the text color of the grouping bar.

GroupVerticalIndent

Gets or sets the separation of grouping levels.

Height

Gets or sets the height of the grouping bar.

Text

Gets or sets the text of the grouping bar.

Visible

Gets or sets whether the grouping bar is displayed.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the group bar information from XML.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Reset()

Resets this instance to default.

ResetBackColor()

Resets the BackColor property to its default value.

ResetFont()

Resets the Font property to its default value.

ResetForeColor()

Resets the ForeColor property to its default value.

ResetGroupVerticalIndent()

Resets the GroupVerticalIndent property to its default value.

ResetHeight()

Resets the Height property to its default value.

ResetText()

Resets the Text property to its default value.

Serialize(XmlTextWriter)

Saves the group bar information to XML.

Events

Name Description
PropertyChanged

Occurs when a property value changes.