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:
C#
public class SelectedItemConverter : IValueConverter
Inheritance: objectSelectedItemConverter
Implements:
Constructors
C#
public SelectedItemConverter()
Methods
Converts the selected property to a boolean indicating that a particular field is selected.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The property definition related to the field.
cultureCultureInfoReturns:Not used.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)