[]
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
| 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 PivotFilter being edited. |
| IsDisposed | Gets whether this instance is disposed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the TopNFilterEditor class. |
| OnApplyTemplate() |