[]
        
(Showing Draft Content)

C1.WPF.Pivot.CustomFilterEditor

CustomFilterEditor Class

Editor for conditions in a PivotFilterEditor.

Inheritance
CustomFilterEditor
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[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

Constructors

Name Description
CustomFilterEditor()

Initializes a new instance of the CustomFilterEditor class.

Fields

Name Description
FilterProperty

Identifies the Filter dependency property.

Properties

Name Description
Filter

Gets or sets the <see cref="PivotFilter"/> being edited.

IsDisposed

Gets whether this instance is disposed.

Methods

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

Finalizes this instance of the CustomFilterEditor class.

OnApplyTemplate()