ClassResourcesSeparatorConverter
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
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
value
The source data being passed to the target.
targetType
The Type of data expected by the target dependency property.
parameter
An optional parameter to be used in the converter logic.
culture
The culture of the conversion.
Returns
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
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
A converted value.
Remarks
This method is not implemented. Throws NotImplementedException.