[]
        
(Showing Draft Content)

C1.WPF.Schedule.RemindersToStringConverter

RemindersToStringConverter Class

Represents a Binding converter that returns a string title for Reminders Window.

Inheritance
RemindersToStringConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
[ValueConversion(typeof(int), typeof(string))]
public class RemindersToStringConverter : IValueConverter
Remarks

RemindersToStringConverter is a one-way converter.

Constructors

Name Description
RemindersToStringConverter()

Fields

Name Description
Default

Gets an instance of RemindersToStringConverter.

Methods

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)

Throws System.NotImplementedException.