New to Telerik UI for WPFStart a free 30-day trial

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: IValueConverter

Constructors

C#
public DraggedAppointmentsToLocalizedStringConverter()

Methods

Converts IEnumerable of IOccurrences to a string.

C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

The IEnumerable of IOccurrences that will be used for conversion.

targetTypeType

This parameter is not used.

parameterobject

This parameter is not used.

cultureCultureInfo

This parameter is not used.

Returns:

object

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)
Parameters:valueobjecttargetTypeTypeparameterobjectcultureCultureInfoReturns:

object

Remarks: