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