Class
DraggedAppointmentsToLocalizedStringConverter

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

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

object

The IEnumerable of IOccurrences that will be used for conversion.

targetType

Type

This parameter is not used.

parameter

object

This parameter is not used.

culture

CultureInfo

This parameter is not used.

Returns

object

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

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

Remarks

Throws NotImplementedException.