Skip to main content

ReadOnlyFormFieldProperties.Name Property

Gets the form field’s name.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

string Name { get; }

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 DocumentCheckBox object.

See Also