ClassSetPercentOfGrandTotalFormatEditor
Class
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:
cs-api-definition
public sealed class SetPercentOfGrandTotalFormatEditor : SetTotalFormatEditor
Inheritance: objectEditorSetTotalFormatEditorSetPercentOfGrandTotalFormatEditor
Inherited Members
Constructors
SetPercentOfGrandTotalFormatEditor()
Initializes a new instance of the SetPercentOfGrandTotalFormatEditor class.
Declaration
cs-api-definition
public SetPercentOfGrandTotalFormatEditor()
Methods
CreateTotalFormat()
Creates a new TotalFormat to be applied to the Value's AggregateDescriptionBase.
Declaration
cs-api-definition
protected override TotalFormat CreateTotalFormat()
Returns
Overrides