Class SetPercentOfGrandTotalFormatEditor
A class that handles the editing for a Value object raised by SetPercentOfGrandTotalFormat command.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class SetPercentOfGrandTotalFormatEditor : SetTotalFormatEditor
Constructors
SetPercentOfGrandTotalFormatEditor()
Initializes a new instance of the SetPercentOfGrandTotalFormatEditor class.
Declaration
public SetPercentOfGrandTotalFormatEditor()
Methods
CreateTotalFormat()
Creates a new TotalFormat to be applied to the Value's AggregateDescriptionBase.
Declaration
protected override TotalFormat CreateTotalFormat()
Returns
TotalFormat
|