DataEngine for .NET Standard | ComponentOne
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 Property Gets or sets a string to be displayed in the user interface.  
    Public Property Gets the filter used to select field values.  
    Public Property Gets or sets the format to use when displaying field values.  
    Public Property Gets or sets whether this field is active in the FlexPivot view.  
    Public Property Gets 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 Property Gets 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 Property Gets 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 Property Gets or sets the type of subtotal to use when combining field values.  
    Public Property Gets the type of the field source column.  
    Public PropertyGets or sets the PivotField used as a weight for calculating subtotals on this field.  
    Public Property Gets or sets the preferred width to be used for showing the field in the user interface.  
    Top
    Public Methods
     NameDescription
    Public Method Gets 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 Event Fires when a property changes.  
    Top
    Public Operators
    See Also