PropertyEditorCollection Class
Represents a collection of PropertyEditor objects.
public class PropertyEditorCollection : ObservableCollection<PropertyEditor>
- Inheritance:
- object Collection<PropertyEditor> ObservableCollection<PropertyEditor> object
Constructors
PropertyEditorCollection()
Initializes an instance of the class.
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
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.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()