ClassSetIndexTotalFormatEditor
Class
A class that handles the editing for a Value object raised by SetIndexTotalFormat command.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public sealed class SetIndexTotalFormatEditor : SetTotalFormatEditor
Inheritance: objectEditorSetTotalFormatEditorSetIndexTotalFormatEditor
Inherited Members
Constructors
SetIndexTotalFormatEditor()
Initializes a new instance of the SetIndexTotalFormatEditor class.
Declaration
cs-api-definition
public SetIndexTotalFormatEditor()
Methods
CreateTotalFormat()
Creates a new TotalFormat to be applied to the Value's AggregateDescriptionBase.
Declaration
cs-api-definition
protected override TotalFormat CreateTotalFormat()
Returns
Overrides