Class PivotTableField
This class notifies the change while adding, removing or rearranging fields in PivotGrid.
Inheritance
Implements
Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotTableField : Object, 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 |
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 |