Skip to main content

BeforeExportEventArgs.DocumentFormat Property

Gets the format of the document being exported or saved.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DocumentFormat DocumentFormat { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration value.

See Also