Click or drag to resize
EditableAreaOptions Properties

The EditableAreaOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowedSections
Identifiers of allowed sections in the area. All sections are allowed by default. Use NONE or EmptyTResult if no sections are allowed; or ALL if all sections are allowed.
Public propertyAllowedWidgets
Identifiers of allowed widgets in the area. All widgets are allowed by default. Use NONE or EmptyTResult if no widgets are allowed; or ALL if all widgets are allowed.
Public propertyDefaultSectionIdentifier
Identifier of a section to be used as an initial one for the area.
Top
See Also