Skip to main content

TdxDocumentCapabilitiesOptions.EndNotes Property

Specifies if the endnotes feature is available to an end-user.

Declaration

property EndNotes: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

Use this property to allow or forbid displaying and manipulating the endnotes in the Rich Edit control.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

The default value of the EndNotes property is TdxDocumentCapability.Default.

See Also