[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldStyle

PivotFieldStyle Class

Style used to display field values to the user.

Inheritance
PivotFieldStyle
Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
public class PivotFieldStyle

Properties

Name Description
BackColor

Gets or sets the color used to paint the background of cells in this field.

Field

Gets the PivotField that owns this style.

FontBold

Gets or sets a value that determines whether cells in this field should be shown in bold.

ForeColor

Gets or sets the color used to paint the content of cells in this field.

IsEmpty

Gets a value that indicates whether this style is empty.

Methods

Name Description
Clear()

Clears this style.

LoadAttributes(XmlReader)

Loads the style properties from an System.Xml.XmlReader.

OnPropertyChanged()

Notifies the parent field that the style has changed.

ReadXml(XmlReader)

Reads the style from an System.Xml.XmlReader.

SaveAttributes(XmlWriter)

Saves the style properties to an System.Xml.XmlWriter.

WriteXml(XmlWriter, string)

Saves the style into an System.Xml.XmlWriter.

Operators

Name Description
implicit operator C1FlexPivotFieldStyle(PivotFieldStyle)