Represents converter that converts collection of ResourceItem into a formatted string value.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class ResourcesSeparatorConverter : IValueConverter
Inheritance: objectResourcesSeparatorConverter
Implements:
Constructors
public ResourcesSeparatorConverter()
Methods
Modifies the source data before passing it to the target for display in the UI.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The source data being passed to the target.
targetTypeTypeThe Type of data expected by the target dependency property.
parameterobjectAn optional parameter to be used in the converter logic.
cultureCultureInfoThe culture of the conversion.
Returns:String that represents the display name of each resource with a comma-separator.
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.