[]
[ValueConversion(typeof(Enum), typeof(bool))]
public abstract class SelectedEnumMemberConverterBase : IValueConverter
Name | Description |
---|---|
SelectedEnumMemberConverterBase(bool) | Initializes a new instance of the SelectedEnumMemberConverterBase. |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
ConvertBack(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. |