Class ResourcesSeparatorConverter
Represents converter that converts collection of ResourceItem into a formatted string value.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResourcesSeparatorConverter : IValueConverter
Constructors
ResourcesSeparatorConverter()
Declaration
public ResourcesSeparatorConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Modifies the source data before passing it to the target for display in the UI.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The source data being passed to the target. |
System.Type
targetType
The System.Type of data expected by the target dependency property. |
System.Object
parameter
An optional parameter to be used in the converter logic. |
System.Globalization.CultureInfo
culture
The culture of the conversion. |
Returns
System.Object
String that represents the display name of each resource with a comma-separator. |
ConvertBack(Object, Type, Object, CultureInfo)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The value that is produced by the binding target. |
System.Type
targetType
The type to convert to. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
A converted value. |
Remarks
This method is not implemented. Throws System.NotImplementedException.