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
public AppointmentsSubjectToLocalizatedStringConverter()
Properties
Default localization key.
public string DefaultTextKey { get; set; }
Methods
Joins the recurrence subject with question text into localized text.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The text of the title.
targetTypeTypeThe type of the binding target property. This parameter is not used.
parameterobjectThe question item localization key.
cultureCultureInfoThe culture to use in the converter. This parameter is not used.
Returns:The localized subject string.
Converts a value.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The value that is produced by the binding target.
targetTypeTypeThe type to convert to.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:A converted value.
This method is not implemented. Throws NotImplementedException.