Class AppointmentsSubjectToLocalizatedStringConverter
Inheritance
System.Object
AppointmentsSubjectToLocalizatedStringConverter
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentsSubjectToLocalizatedStringConverter : Object, IValueConverter
Constructors
AppointmentsSubjectToLocalizatedStringConverter()
Declaration
public AppointmentsSubjectToLocalizatedStringConverter()
Properties
DefaultTextKey
Declaration
public string DefaultTextKey { get; set; }
Property Value
System.
|
Methods
Convert(Object, Type, Object, String)
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|