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

BeforeImportEventArgs.DocumentFormat Property

Gets the format of the document being loaded.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DocumentFormat DocumentFormat { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration value.

Remarks

Note

When the RichEditControl.BeforeImport event of the SnapControl is handled, the DocumentFormat property has the SnapDocumentFormat.Snap value.

See Also