[]
        
(Showing Draft Content)

C1.WPF.Pivot.TopNFilterEditor

TopNFilterEditor Class

Editor for TopN filter in a PivotFilterEditor.

Inheritance
TopNFilterEditor
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "CmbTopNValue", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "TxtTopNValue", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "CmbValueField", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "BtnOk", Type = typeof(Button))]
[TemplatePart(Name = "BtnCancel", Type = typeof(Button))]
public class TopNFilterEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
<TemplatePart(Name:="Root", Type:=GetType(Grid))>
<TemplatePart(Name:="CmbTopNValue", Type:=GetType(C1ComboBox))>
<TemplatePart(Name:="TxtTopNValue", Type:=GetType(C1NumericBox))>
<TemplatePart(Name:="CmbValueField", Type:=GetType(C1ComboBox))>
<TemplatePart(Name:="BtnOk", Type:=GetType(Button))>
<TemplatePart(Name:="BtnCancel", Type:=GetType(Button))>
Public Class TopNFilterEditor
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
TopNFilterEditor()

Initializes a new instance of the TopNFilterEditor class.

Fields

Name Description
FilterProperty

Identifies the Filter dependency property.

Properties

Name Description
Filter

Gets or sets the C1.PivotEngine.PivotFilter being edited.

IsDisposed

Gets whether this instance is disposed.

Methods

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

Finalizes this instance of the TopNFilterEditor class.

OnApplyTemplate()