BeforeExportEventArgs.CustomProperties Property
In This Article
Provides access to the document’s custom properties.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentCustomProperties CustomProperties { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also