ClassSelectedItemConverter
Class
Used to convert the selected property definition when setting the IsSelected property of a field.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly:Telerik.WinUI.Controls.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, string)
Converts the selected property to a boolean indicating that a particular field is selected.