Represents converter that converts IEnumerable of IOccurrences to localized summary string.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class DraggedAppointmentsToLocalizedStringConverter : IValueConverter
Inheritance: objectDraggedAppointmentsToLocalizedStringConverter
Implements:
Constructors
C#
public DraggedAppointmentsToLocalizedStringConverter()
Methods
Converts IEnumerable of IOccurrences to a string.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The IEnumerable of IOccurrences that will be used for conversion.
targetTypeTypeThis parameter is not used.
parameterobjectThis parameter is not used.
cultureCultureInfoThis parameter is not used.
Returns:A string representation for the given IEnumerable of IOccurrences.
This method is not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Remarks:
Throws NotImplementedException.