Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / DecrementConverter Class
Members

In This Topic
    DecrementConverter Class
    In This Topic
    Represents a Binding converter that keeps binding target = binding source - 1, where source and target values are numeric.
    Object Model
    DecrementConverter Class
    Syntax
    'Declaration
     
    
    Public Class DecrementConverter 
       Inherits AddValueConverter
    public class DecrementConverter : 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.Silverlight.Schedule.AddValueConverter
          C1.Silverlight.Schedule.DecrementConverter

    See Also