Class
GroupNameConverter

Converter that creates a string of all parent IGroup names.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class GroupNameConverter : IValueConverter

Inheritance: objectGroupNameConverter

Implements: IValueConverter

Constructors

GroupNameConverter()

Declaration

cs-api-definition
public GroupNameConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts all parent groups names to a string.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The IGroup.

targetType

Type

The type of the binding target property.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

A string containing all parent group names.

ConvertBack(object, Type, object, CultureInfo)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The IGroup.

targetType

Type

The type of the binding target property.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

The same value.