ComponentOne FlexPivot for WinForms
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class
Properties Methods Events


In This Topic
    PivotField Class Members
    In This Topic

    The following tables list the members exposed by PivotField.

    Public Properties
     NameDescription
    Public PropertyGets or sets a string to be displayed in the user interface.  
    Public PropertyGets or sets the expression in case the field is a Calculated field.  
    Public PropertyGets the filter used to select field values.  
    Public PropertyGets or sets the format to use when displaying field values.  
    Public PropertyGets or sets whether this field is active in the FlexPivot view.  
    Public PropertyGets a key that uniquely identifies the field in a collection.  
    Public PropertyGets or sets System.Collections.IDictionary that contains lookup values for this field.  
    Public PropertyGets the name of the field source column.  
    Public PropertyGets the PivotFieldList that contains this field.  
    Public PropertyGets the C1PivotEngine that owns this field.  
    Public PropertyProvides the RangeInfo used to group values by a criteria.  
    Public PropertyGets or sets how the field results should be formatted.  
    Public PropertyGets the PivotFieldStyle used to display the field values on the grid.  
    Public PropertyGets the PivotConditionalFieldStyle used to display high values.  
    Public PropertyGets the PivotConditionalFieldStyle used to display low values.  
    Public PropertyGets or sets the type of subtotal to use when combining field values.  
    Public PropertyGets the type of the field source column.  
    Public PropertyGets or sets the PivotField used as a weight for calculating subtotals on this field.  
    Public PropertyGets or sets the preferred width to be used for showing the field in the user interface.  
    Top
    Public Methods
     NameDescription
    Public MethodGets a list of unique values found in the data source for this field.  
    Public MethodReads the field from an System.Xml.XmlReader.  
    Public Method  
    Public MethodSaves the field into an System.Xml.XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Protected MethodSaves addition attributes of the field into an System.Xml.XmlWriter.  
    Top
    Public Events
     NameDescription
    Public EventFires when a property changes.  
    Top
    Public Operators
    See Also