[]
Represents a special AppearanceStyleInfo that is used to customize a AppearanceStyleInfo under the DynamicStyleInfoContext class.
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
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.
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. |
Name | Description |
---|---|
ConditionHandler | Gets or sets a condition handler that generates an actual AppearanceStyleInfo object. |
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. |