In This Article

LimitedStringPropertyEditor Class

Represents a PropertyEditor for editing a String value (or Object value via ValueAsString) with a non-editable ComboBox (drop-down only) that contains suggested options.

public class LimitedStringPropertyEditor : PropertyEditor, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase PropertyEditor Object

Constructors

LimitedStringPropertyEditor()

Initializes an instance of the LimitedStringPropertyEditor class.

public LimitedStringPropertyEditor()

Inherited Members