[]
        
(Showing Draft Content)

C1.WPF.Schedule.IncrementConverter

IncrementConverter Class

Represents a Binding converter that keeps binding target = binding source + 1, where source and target values are numeric.

Inheritance
IncrementConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class IncrementConverter : AddValueConverter, IValueConverter
Remarks
<xref href="C1.WPF.Schedule.IncrementConverter" data-throw-if-not-resolved="false"></xref> is a two-way converter. When converting in any 

direction, a source value must be of any numeric type, and a converted value is of the System.Int32 type.

Constructors

Name Description
IncrementConverter()

Initializes a new instance of the IncrementConverter

Fields

Name Description
Default

Gets an instance of IncrementConverter.