[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DynamicStyleInfo

DynamicStyleInfo Class

Represents a special AppearanceStyleInfo that is used to customize a AppearanceStyleInfo under the DynamicStyleInfoContext class.

Inheritance
DynamicStyleInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DynamicStyleInfo : AppearanceStyleInfo, ICanSerializeXml, IComparable, IComparable<StyleInfo>, ICloneable, ISerializable, ISerializeSupport
Public Class DynamicStyleInfo
    Inherits AppearanceStyleInfo
    Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, ISerializeSupport
Remarks

This DynamicStyleInfo allows you to customize a AppearanceStyleInfo dynamically. You can attach a ConditionHandler event handling method, and return a AppearanceStyleInfo with the given DynamicStyleInfoContext.

Constructors

Name Description
DynamicStyleInfo()

Initializes a new instance of the DynamicStyleInfo class.

DynamicStyleInfo(DynamicCellStyleConditionHandler)

Initializes a new instance of the DynamicStyleInfo class.

DynamicStyleInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
ConditionHandler

Gets or sets a condition handler that generates an actual AppearanceStyleInfo object.

Methods

Name Description
Clone()

Creates a new DynamicStyleInfo that is a copy of the current DynamicStyleInfo.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.

ToString()

Returns a string that represents the DynamicStyleInfo.

See Also