ClassDraggedAppointmentsToLocalizedStringConverter
Class
Represents converter that converts IEnumerable of IOccurrences to localized summary string.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.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, string)
Converts IEnumerable of IOccurrences to a string.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The IEnumerable of IOccurrences that will be used for conversion.
targetType
This parameter is not used.
parameter
This parameter is not used.
language
Returns
A string representation for the given IEnumerable of IOccurrences.
ConvertBack(object, Type, object, string)
This method is not implemented.