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

A SingleTotalFormat that is base class for all "percent of" formats.

Definition

Methods

Makes the instance a clone (deep copy) of the specified Cloneable.

C#
protected override void CloneCore(Cloneable source)
Parameters:sourceCloneable

The object to clone.

Overrides: Cloneable.CloneCore(Cloneable)

Remarks:

Notes to Inheritors If you derive from Cloneable, you may need to override this method to copy all properties. It is essential that all implementations call the base implementation of this method (if you don't call base you should manually copy all needed properties including base properties).

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)