New to Telerik UI for WPFStart a free 30-day trial

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: IValueConverter

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)
Parameters:valueobject

The IGroup.

targetTypeType

The type of the binding target property.

parameterobject

The converter parameter to use.

cultureCultureInfo

The culture to use in the converter.

Returns:

object

A string containing all parent group names.

Not implemented.

C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

The IGroup.

targetTypeType

The type of the binding target property.

parameterobject

The converter parameter to use.

cultureCultureInfo

The culture to use in the converter.

Returns:

object

The same value.