Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / WeekDaysToIntConverter Class
Members

In This Topic
    WeekDaysToIntConverter Class
    In This Topic
    Represents a Binding converter that converts a WeekDaysEnum value to integer representations.
    Object Model
    WeekDaysToIntConverter Class
    Syntax
    'Declaration
     
    
    Public Class WeekDaysToIntConverter 
    public class WeekDaysToIntConverter 
    Remarks
    If the WeekDaysEnum value represents a combination of several flags, this converter will throw away extra flags and return an integer value corresponding to the single flag value. Use this converter to receive a valid value of the selected index in comboboxes which use WeekDaysEnum flags as the data source.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.WeekDaysToIntConverter

    See Also