Back to Devexpress

SubDocument.fieldsInfo Property

aspnet-js-subdocument-4faf85e0.md

latest1.0 KB
Original Source

SubDocument.fieldsInfo Property

Returns information about fields in the sub-document.

Declaration

ts
get fieldsInfo(): Field[]

Property Value

TypeDescription
Field[]

An array of objects that contain information about fields.

|

Remarks

javascript
// Gets all fields in the main sub-document
var mainSubDocumentFields = richEdit.document.mainSubDocument.fieldsInfo;

You can use the findFields(arg) method to get an array of fields that match the search conditions.

Refer to the following section for more information: Access a Structural Element.

See Also

How to: Common Use Cases

SubDocument Class

SubDocument Members