Class
AppointmentsSubjectToLocalizatedStringConverter

Represents converter that converts recurrence subject with parameter localization key into localized text.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentsSubjectToLocalizatedStringConverter : IValueConverter

Inheritance: objectAppointmentsSubjectToLocalizatedStringConverter

Implements: IValueConverter

Constructors

AppointmentsSubjectToLocalizatedStringConverter()

Declaration

cs-api-definition
public AppointmentsSubjectToLocalizatedStringConverter()

Properties

DefaultTextKey

Default localization key.

Declaration

cs-api-definition
public string DefaultTextKey { get; set; }

Property Value

string

Methods

Convert(object, Type, object, CultureInfo)

Joins the recurrence subject with question text into localized text.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The text of the title.

targetType

Type

The type of the binding target property. This parameter is not used.

parameter

object

The question item localization key.

culture

CultureInfo

The culture to use in the converter. This parameter is not used.

Returns

object

The localized subject string.

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

A converted value.

Remarks

This method is not implemented. Throws NotImplementedException.