Top10FilterEditor
Class
A class that handles the editing for a Label object raised by Top10Filter command.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public sealed class Top10FilterEditor : DialogEditor
Inheritance: objectEditorDialogEditorTop10FilterEditor
Inherited Members
Constructors
Initializes a new instance of the Top10FilterEditor class.
C#
public Top10FilterEditor()
Methods
Define the DialogInfo properties that should be used to open an editing UI for the parameter.
C#
protected override DialogInfo OnDialogExecuted(object parameter)
The object to edit.
Returns:The DialogInfo for which a dialog host will be requested.
Overrides: