C1.WPF.Schedule Namespace : ImportanceEnumMemberConverter Class |
'Declaration
Public Class ImportanceEnumMemberConverter
public class ImportanceEnumMemberConverter
Source - Target behavior:
If a binding source value is an enum member specified in a converter parameter, then a binding target value is True; otherwise, False.
Target - Source behavior:
If target is True, then the source is an enum member specified in a parameter. If target is False and parameter is C1.C1Schedule.ImportanceEnum.High or C1.C1Schedule.ImportanceEnum.Low, then source is C1.C1Schedule.ImportanceEnum.Normal.
System.Object
C1.WPF.Schedule.ImportanceEnumMemberConverter
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2