New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public sealed class SetIndexTotalFormatEditor : SetTotalFormatEditor

Inheritance: objectEditorSetTotalFormatEditorSetIndexTotalFormatEditor

Inherited Members Editor.Command

Constructors

Initializes a new instance of the SetIndexTotalFormatEditor class.

C#
public SetIndexTotalFormatEditor()

Methods

Creates a new TotalFormat to be applied to the Value's AggregateDescriptionBase.

C#
protected override TotalFormat CreateTotalFormat()
Returns:

TotalFormat

Overrides: SetTotalFormatEditor.CreateTotalFormat()