ClassTop10FilterEditor
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:
cs-api-definition
public sealed class Top10FilterEditor : DialogEditor
Inheritance: objectEditorDialogEditorTop10FilterEditor
Inherited Members
Constructors
Top10FilterEditor()
Initializes a new instance of the Top10FilterEditor class.
Declaration
cs-api-definition
public Top10FilterEditor()
Methods
OnDialogCanExecute(object)
Checks if the editor can handle the editing of the parameter.
OnDialogExecuted(object)
Define the DialogInfo properties that should be used to open an editing UI for the parameter.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Justification = "ViewModel has lifespan outside this scope.")]
protected override DialogInfo OnDialogExecuted(object parameter)
Parameters
parameter
The object to edit.
Returns
The DialogInfo for which a dialog host will be requested.
Overrides