[]
        
(Showing Draft Content)

C1.WPF.Schedule.AddValueConverter

AddValueConverter Class

The AddValueConverter class is the abstract base class for the IncrementConverter and DecrementConverter classes.

Inheritance
AddValueConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public abstract class AddValueConverter : IValueConverter

Constructors

Name Description
AddValueConverter(int)

Initializes a new instance of the AddValueConverter

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.

ConvertBack(object, Type, object, CultureInfo)

Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.