Skip to main content

BeforeExportEventArgs.CustomProperties Property

Provides access to the document’s custom properties.

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

public DocumentCustomProperties CustomProperties { get; }

Property Value

Type Description
DocumentCustomProperties

A DocumentCustomProperties object that stores document’s custom properties.

See Also