menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotTableField - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotTableField

    This class notifies the change while adding, removing or rearranging fields in PivotGrid.

    Inheritance
    System.Object
    PivotTableField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotTableField : INotifyPropertyChanged

    Constructors

    PivotTableField()

    Initializes a new instance of the Syncfusion.Silverlight.Controls.PivotSchemaDesigner.PivotTableField class.

    Declaration
    public PivotTableField()

    Properties

    AllowRunTimeGroupByField

    Gets or sets the value to enable/disable grouping for this PivotItem. The default value is true.

    Declaration
    public bool AllowRunTimeGroupByField { get; set; }
    Property Value
    Type
    System.Boolean

    CalculationType

    Gets or sets the calculation type for PivotCalculation items.

    Declaration
    public CalculationType CalculationType { get; set; }
    Property Value
    Type
    CalculationType

    Comparer

    Gets or sets the IComparer object used for sorting.

    Declaration
    public IComparer Comparer { get; set; }
    Property Value
    Type
    System.Collections.IComparer

    DataType

    Gets the type of the field.

    Declaration
    public Type DataType { get; }
    Property Value
    Type
    System.Type

    FieldCaption

    Gets or sets the field caption of the items.

    Declaration
    public string FieldCaption { get; set; }
    Property Value
    Type Description
    System.String

    The field caption.

    FieldHeader

    Gets or sets the field header of the items.

    Declaration
    public string FieldHeader { get; set; }
    Property Value
    Type Description
    System.String

    The field header.

    FieldName

    Gets or sets the name of the fields.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type
    System.String

    FieldPropertyDescriptor

    Gets or sets the property descriptor of the fields.

    Declaration
    public PropertyDescriptor FieldPropertyDescriptor { get; set; }
    Property Value
    Type
    System.ComponentModel.PropertyDescriptor

    Format

    Gets or sets the format for the PivotField values.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    Formula

    Gets or sets the formula for the calculation items.

    Declaration
    public string Formula { get; set; }
    Property Value
    Type
    System.String

    IsSelected

    Gets or sets a value indicating whether this instance is selected.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Returns true if this instance is selected; otherwise, false.

    Summary

    Gets or sets the summary for PivotCalculation items.

    Declaration
    public SummaryBase Summary { get; set; }
    Property Value
    Type
    SummaryBase

    SummaryType

    Gets or sets the summary type for calculation purpose.

    Declaration
    public SummaryType SummaryType { get; set; }
    Property Value
    Type
    SummaryType

    TotalHeader

    Gets or sets the total header of the items.

    Declaration
    public string TotalHeader { get; set; }
    Property Value
    Type Description
    System.String

    The total header.

    Events

    PropertyChanged

    An event that notifies user whenever the property changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved