ContentControlInfo

23 Sep 20251 minute to read

Represents the data for a content control element.

Properties

canDelete boolean

Specifies whether the content control can be deleted.

canEdit boolean

Specifies whether the content control can be edited.

items string[]

Specifies items for the content control, applicable if the type is combobox or dropdownlist.

tag string

Specifies the tag associated with the content control.

title string

Specifies the title of the content control.

type ContentControlType

Specifies the type of content control.

value string

Specifies the value of the content control.

xmlPath string

Specifies the XPath expression for XML mapping.
This path identifies the specific part of the XML data to bind to the content control.

xmlString string

Specifies the XML string used for data binding.
This string represents the XML content to be mapped within the content control.