Class
SelectedItemConverter

Used to convert the selected property definition when setting the IsSelected property of a field.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class SelectedItemConverter : IValueConverter

Inheritance: objectSelectedItemConverter

Implements: IValueConverter

Constructors

SelectedItemConverter()

Declaration

cs-api-definition
public SelectedItemConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the selected property to a boolean indicating that a particular field is selected.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

The property definition related to the field.

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not used.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object