A newer version of this page is available.
Switch to the current version.
RichEditControlOptionsBase.Import Property
Provides access to the options used for import from different formats.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
RichEditDocumentImportOptions | A RichEditDocumentImportOptions object containing format-specific import options. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Import |
---|---|---|
WinForms Controls | SnapControl |
|
RichEditControl |
|
|
WPF Controls | RichEditControl |
|
Office File API | IRichEditDocumentServer |
|
RichEditDocumentServer |
|
|
Reporting | SyntaxEditor |
|
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Import property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
See Also
Feedback