ComponentOne Scheduler for WPF and Silverlight
WeekDaysToIntConverter Class
Members 

C1.WPF.Schedule Namespace : WeekDaysToIntConverter Class
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

Reference

WeekDaysToIntConverter Members
C1.WPF.Schedule Namespace