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