Otter SDK Reference
Version:

Inedo.Otter.Web.Controls.Extensions.PropertyEditors Namespace

Name Description
BoolPropertyEditor

Edits a System.Boolean property with a simple System.Web.UI.WebControls.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.