ClassAppointmentsSubjectToLocalizatedStringConverter
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:
public class AppointmentsSubjectToLocalizatedStringConverter : IValueConverter
Inheritance: objectAppointmentsSubjectToLocalizatedStringConverter
Implements:
Constructors
AppointmentsSubjectToLocalizatedStringConverter()
Declaration
public AppointmentsSubjectToLocalizatedStringConverter()
Properties
DefaultTextKey
Default localization key.
Methods
Convert(object, Type, object, CultureInfo)
Joins the recurrence subject with question text into localized text.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The text of the title.
targetType
The type of the binding target property. This parameter is not used.
parameter
The question item localization key.
culture
The culture to use in the converter. This parameter is not used.
Returns
The localized subject string.
ConvertBack(object, Type, object, CultureInfo)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
A converted value.
Remarks
This method is not implemented. Throws NotImplementedException.