[]
Editor for TopN filter in a PivotFilterEditor.
[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
| Name | Description |
|---|---|
| TopNFilterEditor() | Initializes a new instance of the TopNFilterEditor class. |
| Name | Description |
|---|---|
| FilterProperty | Identifies the Filter dependency property. |
| Name | Description |
|---|---|
| Filter | Gets or sets the C1.PivotEngine.PivotFilter being edited. |
| IsDisposed | Gets whether this instance is disposed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the TopNFilterEditor class. |
| OnApplyTemplate() |