Represents converter that converts IAppointment to a string that can be used as a title of a window.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class ImportanceToBooleanConverter : IValueConverter
Inheritance: objectImportanceToBooleanConverter
Implements:
Constructors
public ImportanceToBooleanConverter()
Methods
Converts Importance to a boolean value.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The Importance that will be used for conversion.
targetTypeTypeThis parameter is not used.
parameterobjectThe Importance that will be used for conversion.
cultureCultureInfoThis parameter is not used.
Returns:True if the parameter equals the value. Otherwise returns false.
Converts a boolean value to a Importance.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The Importance that will be used for conversion.
targetTypeTypeThis parameter is not used.
parameterobjectThe Importance that will be used for conversion.
cultureCultureInfoThis parameter is not used.
Returns:True if the parameter equals the value. Otherwise returns false.