In This Article

PropertyEditorCollection Class

Represents a collection of PropertyEditor objects.

public class PropertyEditorCollection : ObservableCollection<PropertyEditor>
Inheritance:
Object Object

Constructors

PropertyEditorCollection()

public PropertyEditorCollection()

Methods

GetNameEditor(IPropertyModel)

Returns the best PropertyEditor match for selecting a IPropertyModel's name cell template.

public PropertyEditor GetNameEditor(IPropertyModel propertyModel)
Parameter Type Description
propertyModel IPropertyModel

The IPropertyModel to examine.

Returns

PropertyEditor:

The best PropertyEditor match for selecting a IPropertyModel's name cell template.

GetValueEditor(IPropertyModel)

Returns the best PropertyEditor match for selecting a IPropertyModel's value cell template.

public PropertyEditor GetValueEditor(IPropertyModel propertyModel)
Parameter Type Description
propertyModel IPropertyModel

The IPropertyModel to examine.

Returns

PropertyEditor:

The best PropertyEditor match for selecting a IPropertyModel's value cell template.