Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BeforeExportEventArgs.CustomProperties Property

Provides access to the document’s custom properties.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public DocumentCustomProperties CustomProperties { get; }

Property Value

Type Description
DocumentCustomProperties

A DocumentCustomProperties object that stores document’s custom properties.

See Also