GroupNameConverter
Class
Converter that creates a string of all parent IGroup names.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class GroupNameConverter : IValueConverter
Inheritance: objectGroupNameConverter
Implements:
Constructors
C#
public GroupNameConverter()
Methods
Converts all parent groups names to a string.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The IGroup.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:A string containing all parent group names.
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The IGroup.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:The same value.