Class SummarizationEditor
A class that handles the editing for a Value object raised by MoreSummarizationOptions command.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class SummarizationEditor : DialogEditor
Constructors
SummarizationEditor()
Initializes a new instance of the SummarizationEditor class.
Declaration
public SummarizationEditor()
Methods
OnDialogCanExecute(Object)
Checks if the editor can handle the editing of the parameter.
Declaration
protected override bool OnDialogCanExecute(object parameter)
Parameters
System.Object
parameter
The parameter. |
Returns
System.Boolean
True if the parameter could be edited, false - otherwise. |
Overrides
OnDialogExecuted(Object)
Define the DialogInfo properties that should be used to open an editing UI for the parameter
.
Declaration
protected override DialogInfo OnDialogExecuted(object parameter)
Parameters
System.Object
parameter
The object to edit. |
Returns
DialogInfo
The DialogInfo for which a dialog host will be requested. |