Class StringFormatSelector
Provides a way to choose a string format for a PropertyAggregateDescriptionBase.
Inherited Members
Namespace: Telerik.Pivot.Core.Aggregates
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class StringFormatSelector : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable
Constructors
StringFormatSelector()
Declaration
protected StringFormatSelector()
Methods
SelectStringFormat()
Select a StringFormat suitable to format the AggregateValues.
Declaration
protected virtual string SelectStringFormat()
Returns
System.String
A string format. |