ClassStringFormatSelector
Class
Provides a way to choose a string format for a PropertyAggregateDescriptionBase.
Definition
Namespace:Telerik.Pivot.Core.Aggregates
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class StringFormatSelector : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeStringFormatSelector
Implements:
Inherited Members
Constructors
StringFormatSelector()
Declaration
cs-api-definition
protected StringFormatSelector()
Methods
SelectStringFormat()
Select a StringFormat suitable to format the AggregateValues.
Declaration
cs-api-definition
protected virtual string SelectStringFormat()
Returns
A string format.