Skip to main content
All docs
V23.2

ReadOnlyDocumentProperties.Custom Property

Retrieves custom document properties.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

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

Declaration

ReadOnlyDocumentCustomProperties Custom { get; }

Property Value

Type Description
ReadOnlyDocumentCustomProperties

A collection of custom document properties.

See Also