ClassGroupNameConverter
Represents converter that converts DateTime to string value using the given parameter.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class GroupNameConverter : IValueConverter
Inheritance: objectGroupNameConverter
Implements:
Constructors
GroupNameConverter()
Declaration
public GroupNameConverter()
Methods
Convert(object, Type, object, string)
Converts a DateTime to string using the given converter.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The dateTime value produced by the binding source.
targetType
The type of the binding target property. This parameter is not used.
parameter
The converter parameter to use. This parameter is not used.
language
Returns
A converted string value in specific format.
ConvertBack(object, Type, object, string)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
language
Returns
A converted value.
Remarks
This method is not implemented. Throws NotImplementedException.