[]
Editor for conditions in a PivotFilterEditor.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "BtnAnd", Type = typeof(RadioButton))]
[TemplatePart(Name = "BtnOr", Type = typeof(RadioButton))]
[TemplatePart(Name = "CmbOption1", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "CmbOption2", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "TxtParam1", Type = typeof(TextBox))]
[TemplatePart(Name = "TxtParam2", Type = typeof(TextBox))]
[TemplatePart(Name = "BtnOk", Type = typeof(Button))]
[TemplatePart(Name = "BtnCancel", Type = typeof(Button))]
public class CustomFilterEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| CustomFilterEditor() | Initializes a new instance of the CustomFilterEditor class. |
| Name | Description |
|---|---|
| FilterProperty | Identifies the Filter dependency property. |
| Name | Description |
|---|---|
| Filter | Gets or sets the <see cref="PivotFilter"/> being edited. |
| IsDisposed | Gets whether this instance is disposed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the CustomFilterEditor class. |
| OnApplyTemplate() |