Class AppointmentsSubjectToLocalizatedStringConverter
Represents converter that converts recurrence subject with parameter localization key into localized text.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentsSubjectToLocalizatedStringConverter : Object, IValueConverter
Constructors
AppointmentsSubjectToLocalizatedStringConverter()
Declaration
public AppointmentsSubjectToLocalizatedStringConverter()
Properties
DefaultTextKey
Default localization key.
Declaration
public string DefaultTextKey { get; set; }
Property Value
System.
|
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
System. The text of the title. |
System. The type of the binding target property. This parameter is not used. |
System. The question item localization key. |
System. The culture to use in the converter. This parameter is not used. |
Returns
System. 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
System. The value that is produced by the binding target. |
System. The type to convert to. |
System. The converter parameter to use. |
System. The culture to use in the converter. |
Returns
System. A converted value. |
Remarks
This method is not implemented. Throws System.