Click or drag to resize
EditablePropertyTypeEnum Enumeration
Determines what type of property the editable property is

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public enum EditablePropertyTypeEnum
Members
  Member nameValueDescription
TextBox0 Single-line textbox.
TextArea1 Multi-line textbox.
FormControl2 General form control
Image3 Image
Color4 Color
See Also