<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapConditionalFieldStyle Class
Properties Methods


In This Topic
    C1OlapConditionalFieldStyle Class Members
    In This Topic

    The following tables list the members exposed by C1OlapConditionalFieldStyle.

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