Class GroupNameConverter
Converter that creates a string of all parent IGroup names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class GroupNameConverter : IValueConverter
Constructors
GroupNameConverter()
Declaration
public GroupNameConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts all parent groups names to a string.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The IGroup. |
System.Type
targetType
The type of the binding target property. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
A string containing all parent group names. |
ConvertBack(Object, Type, Object, CultureInfo)
Not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
The IGroup. |
System.Type
targetType
The type of the binding target property. |
System.Object
parameter
The converter parameter to use. |
System.Globalization.CultureInfo
culture
The culture to use in the converter. |
Returns
System.Object
The same value. |