ClassSelectedItemConverter
Class
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:
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
targetType
parameter
The property definition related to the field.
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Not used.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns