Skip to main content
A newer version of this page is available. .

RichEditControlOptionsBase.FormattingMarkVisibility Property

Provides access to an object used to specify how formatting marks are shown in the document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public FormattingMarkVisibilityOptions FormattingMarkVisibility { get; }

Property Value

Type Description
FormattingMarkVisibilityOptions

A FormattingMarkVisibilityOptions instance specifying the visibility of formatting marks.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FormattingMarkVisibility
WinForms Controls SnapControl
.Options.FormattingMarkVisibility
RichEditControl
.Options.FormattingMarkVisibility
WPF Controls RichEditControl
.Options.FormattingMarkVisibility
Office File API IRichEditDocumentServer
.Options.FormattingMarkVisibility
RichEditDocumentServer
.Options.FormattingMarkVisibility
Reporting SyntaxEditor
.Options.FormattingMarkVisibility

Remarks

Use the RichEditControl.Options.FormattingMarksVisibility or RichEditDocumentServer.Options.FormattingMarksVisibility notation to get access to the options specifying which formatting marks to display.

FormattingMarksOptions

To display grid lines in tables, use the TableOptions.GridLines property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FormattingMarkVisibility 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