Class
TotalFormat

A base class for all total formats. For internal use. Please refer to one of the SingleTotalFormat or SiblingTotalsFormat instead.

Definition

Namespace:Telerik.Pivot.Core.Totals

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class TotalFormat : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable

Inheritance: objectCloneableSettingsNodeTotalFormat

Derived Classes: SiblingTotalsFormatSingleTotalFormat

Implements: IEditableINotifyPropertyChangedIServiceProviderISupportInitialize

Inherited Members SettingsNode.NotifyServicesChanged()SettingsNode.NotifySettingsChanged(SettingsChangedEventArgs)SettingsNode.OnSettingsChanged(SettingsChangedEventArgs)SettingsNode.BeginEdit()SettingsNode.BeginInit()SettingsNode.EndInit()SettingsNode.GetService(Type)SettingsNode.OnPropertyChanged(string)SettingsNode.RemoveSettingsChild(SettingsNode)SettingsNode.AddSettingsChild(SettingsNode)SettingsNode.GetServiceOverride(Type)SettingsNode.OnEnteredEditScope()SettingsNode.OnExitingEditScope()SettingsNode.ParentSettingsNode.SettingsChangedSettingsNode.ServicesChangedSettingsNode.PropertyChangedCloneable.Clone()Cloneable.CreateInstanceCore()Cloneable.CloneCore(Cloneable)

Methods

GetStringFormat(Type, string)

Gets a string format suitable to form the produced AggregateValues by this TotalFormat.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string", Justification = "Design choice.")]
public virtual string GetStringFormat(Type dataType, string stringFormat)

Parameters

dataType

Type

The type of the data items.

stringFormat

string

A string format selected by other means. You may keep or discard it.

Returns

string

A string.

In this article
DefinitionMethodsGetStringFormat(Type, string)
Not finding the help you need?
Contact Support