[]
Editor for PivotField objects.
[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
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. |
Name | Description |
---|---|
IsDisposed | Gets whether this instance is disposed. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the PivotFieldEditor class. |
OnApplyTemplate() |