[]
Editor for PivotField objects.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "ListValues", Type = typeof(ListBox))]
[TemplatePart(Name = "ToolStrip", Type = typeof(C1Menu))]
[TemplatePart(Name = "MnuFilter", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuEquals", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuDoesNotEqual", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuBeginsWith", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuEndsWith", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuContains", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuDoesNotContain", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuGreater", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuGreaterOrEqual", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuLess", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuLessOrEqual", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuBetween", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuClear", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuTopN", Type = typeof(C1MenuItem))]
[TemplatePart(Name = "MnuSeparator0", Type = typeof(C1MenuSeparator))]
[TemplatePart(Name = "MnuSeparator", Type = typeof(C1MenuSeparator))]
[TemplatePart(Name = "MnuSeparator2", Type = typeof(C1MenuSeparator))]
[TemplatePart(Name = "MnuSeparator3", Type = typeof(C1MenuSeparator))]
[TemplatePart(Name = "MnuSeparator4", Type = typeof(C1MenuSeparator))]
[TemplatePart(Name = "ChkSelectAll", Type = typeof(CheckBox))]
public class PivotFilterEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
PivotFilterEditor() | Initializes a new instance of the PivotFilterEditor class. |
Name | Description |
---|---|
FilterProperty | Identifies the Filter dependency property. |
Name | Description |
---|---|
Filter | Gets or sets the PivotFilter being edited. |
IsDisposed | Gets whether this instance is disposed. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the PivotFilterEditor class. |
OnApplyTemplate() |