[]
        
(Showing Draft Content)

C1.WPF.Pivot.PivotFieldEditor

PivotFieldEditor Class

Editor for PivotField objects.

Inheritance
PivotFieldEditor
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "FilterEditor", Type = typeof(PivotFilterEditor))]
[TemplatePart(Name = "ListShowAs", Type = typeof(ListBox))]
[TemplatePart(Name = "FormatEditor", Type = typeof(C1FormatEditor))]
[TemplatePart(Name = "CmbWeight", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "Tab", Type = typeof(C1TabControl))]
[TemplatePart(Name = "TabFormat", Type = typeof(C1TabItem))]
[TemplatePart(Name = "TabFilter", Type = typeof(C1TabItem))]
[TemplatePart(Name = "TabShowAs", Type = typeof(C1TabItem))]
[TemplatePart(Name = "TabDisplay", Type = typeof(C1TabItem))]
[TemplatePart(Name = "TabStyleHigh", Type = typeof(C1TabItem))]
[TemplatePart(Name = "TabStyleLow", Type = typeof(C1TabItem))]
[TemplatePart(Name = "ListSubtotal", Type = typeof(ListBox))]
[TemplatePart(Name = "BtnOk", Type = typeof(Button))]
[TemplatePart(Name = "BtnCancel", Type = typeof(Button))]
[TemplatePart(Name = "DisplayStyleEditor", Type = typeof(FieldStyleEditor))]
[TemplatePart(Name = "HighStyleEditor", Type = typeof(ConditionalFieldStyleEditor))]
[TemplatePart(Name = "LowStyleEditor", Type = typeof(ConditionalFieldStyleEditor))]
[TemplatePart(Name = "CaptionBox", Type = typeof(TextBox))]
public class PivotFieldEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
PivotFieldEditor()

Initializes a new instance of the PivotFieldEditor class.

PivotFieldEditor(C1FlexPivotField)

Initializes a new instance of a PivotFieldEditor.

PivotFieldEditor(PivotField)

Initializes a new instance of a PivotFieldEditor.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the PivotFieldEditor class.

OnApplyTemplate()