[]
Represents a Binding converter that indicates whether a binding source value is an enum member specified in the converter parameter.
public class SelectedEnumMemberConverter : SelectedEnumMemberConverterBase, IValueConverter
<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.
Name | Description |
---|---|
SelectedEnumMemberConverter() | Initializes a new instance of the SelectedEnumMemberConverter. |
Name | Description |
---|---|
Default | Gets an instance of SelectedEnumMemberConverter. |