[]
Style used to display field values to the user.
public class PivotFieldStyle
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. |
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. |
Name | Description |
---|---|
implicit operator C1FlexPivotFieldStyle(PivotFieldStyle) |