Skip to main content

BeforeExportEventArgs.CustomProperties Property

Provides access to the document’s custom properties.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public DocumentCustomProperties CustomProperties { get; }

Property Value

Type Description
DocumentCustomProperties

A DocumentCustomProperties object that stores document’s custom properties.

See Also