Class DraggedAppointmentsToLocalizedStringConverter
Represents converter that converts IEnumerable of IOccurrences to localized summary string.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class DraggedAppointmentsToLocalizedStringConverter : 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.Object
value
The IEnumerable of IOccurrences that will be used for conversion. |
System.Type
targetType
This parameter is not used. |
System.Object
parameter
This parameter is not used. |
System.Globalization.CultureInfo
culture
This parameter is not used. |
Returns
System.Object
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.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|
Remarks
Throws System.NotImplementedException.