FormField.Name Property
Gets or sets the name of the bookmark associated with the current FormField object.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the form field's name. |
Remarks
The Name value is equal to the name of the bookmark associated with the current FormField object. Access the document's bookmark collection using the SubDocument.Bookmarks property.
See Also
Feedback