Name | Description | |
---|---|---|
BoolPropertyEditor |
Edits a boolean property with a simple checkbox. |
|
EnumPropertyEditor |
Edits a System.Enum property with a Inedo.Web.Controls.SimpleHtml.Select. |
|
IntPropertyEditor |
Edits a System.Int32 property with validating text box |
|
PropertyEditor |
A custom editor for a single property of an extensible component. |
|
SecureStringPropertyEditor |
The default PropertyEditor for secure strings. |
|
StringArrayPropertyEditor |
Edits a System.String[] property with a textarea that has one item per line |
|
StringPropertyEditor |
The default PropertyEditor for strings. |