New to Telerik UI for WinFormsStart a free 30-day trial

A base class for all SiblingTotalsFormat that show 'percent-of'.

Definition

Constructors

C#
protected PercentOfBase()

Methods

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

C#
public override string GetStringFormat(Type dataType, string stringFormat)
Parameters:dataTypeType

The type of the data items.

stringFormatstring

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

Returns:

string

A string.

Overrides: TotalFormat.GetStringFormat(Type, string)