[]
        
(Showing Draft Content)

C1.WPF.Schedule.SelectedEnumMemberConverter

SelectedEnumMemberConverter Class

Represents a Binding converter that indicates whether a binding source value is an enum member specified in the converter parameter.

Inheritance
SelectedEnumMemberConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class SelectedEnumMemberConverter : SelectedEnumMemberConverterBase, IValueConverter
Remarks
<xref href="C1.WPF.Schedule.SelectedEnumMemberConverter" data-throw-if-not-resolved="false"></xref> is a two-way converter. 

Source - Target behavior:

If a binding source value is an enum member specified in a converter parameter, then the binding target value is True; otherwise, False.

Target - Source behavior:

If target is True, then the source is the enum member specified in a parameter. Otherwise, the source is not updated.

Constructors

Name Description
SelectedEnumMemberConverter()

Initializes a new instance of the SelectedEnumMemberConverter.

Fields

Name Description
Default

Gets an instance of SelectedEnumMemberConverter.