TotalFormatEditor
Class
A class that handles the editing for a Value object raised by MoreTotalFormatOptions command.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public sealed class TotalFormatEditor : DialogEditor
Inheritance: objectEditorDialogEditorTotalFormatEditor
Inherited Members
Constructors
Initializes a new instance of the TotalFormatEditor class.
C#
public TotalFormatEditor()
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: