Class
AppointmentsSubjectToLocalizatedStringConverter

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

Definition

Namespace:Telerik.UI.Xaml.Controls.Scheduler

Assembly:Telerik.WinUI.Controls.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, string)

Joins the recurrence subject with question text into localized text.

Declaration

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

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.

language

string

Returns

object

The localized subject string.

ConvertBack(object, Type, object, string)

Converts a value.

Declaration

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

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.

language

string

Returns

object

A converted value.

Remarks

This method is not implemented. Throws NotImplementedException.