Class
MultiplyValueConverter

Represents a converter that multiply the value by the passed parameter.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class MultiplyValueConverter : IValueConverter

Inheritance: objectMultiplyValueConverter

Implements: IValueConverter

Constructors

MultiplyValueConverter()

Declaration

cs-api-definition
public MultiplyValueConverter()

Methods

Convert(object, Type, object, CultureInfo)

Returns multiplied value based on the provided parameter.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object