Class
DraggedAppointmentsToLocalizedStringConverter

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

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

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.

language

string

Returns

object

A string representation for the given IEnumerable of IOccurrences.

ConvertBack(object, Type, object, string)

This method is not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

Remarks

Throws NotImplementedException.