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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class DecrementConverter : AddValueConverter
Visual Basic (Declaration)
Public Class DecrementConverter _
	Inherits AddValueConverter

Remarks

DecrementConverter 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.

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..AddValueConverter
    C1.WPF.C1Schedule..::..DecrementConverter

See Also