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

A class that handles the editing for a Value object raised by SetPercentOfGrandTotalFormat command.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public sealed class SetPercentOfGrandTotalFormatEditor : SetTotalFormatEditor

Inheritance: objectEditorSetTotalFormatEditorSetPercentOfGrandTotalFormatEditor

Inherited Members Editor.Command

Constructors

Initializes a new instance of the SetPercentOfGrandTotalFormatEditor class.

C#
public SetPercentOfGrandTotalFormatEditor()

Methods

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

C#
protected override TotalFormat CreateTotalFormat()
Returns:

TotalFormat

Overrides: SetTotalFormatEditor.CreateTotalFormat()