DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle Class
Properties Methods


In This Topic
    PivotConditionalFieldStyle Class Members
    In This Topic

    The following tables list the members exposed by PivotConditionalFieldStyle.

    Public Properties
     NameDescription
    Public Property Gets or sets the color used to paint the background of cells in this field. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Public Property Gets or sets the condition that determines whether this style should be applied.  
    Public PropertyGets the PivotField that owns this style. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Public Property Gets or sets a value that determines whether cells in this field should be shown in bold. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Public Property Gets or sets the color used to paint the content of cells in this field. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Public PropertyOverridden.  Gets a value that indicates whether this style is empty.  
    Public Property Gets or sets the threshold that determines whether this style should be applied.  
    Top
    Public Methods
     NameDescription
    Public Method Determines whether this style should be applied to a given value.  
    Public Method Clears this style.  
    Public MethodReads the style from an System.Xml.XmlReader. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Public MethodSaves the style into an System.Xml.XmlWriter. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Reads the style from an System.Xml.XmlReader.  
    Protected Method Notifies the parent field that the style has changed. (Inherited from C1.PivotEngine.PivotFieldStyle)
    Protected MethodOverridden. Saves the style properties to an System.Xml.XmlWriter.  
    Top
    See Also