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

FormattingMarkVisibilityOptions.ParagraphMark Property

Gets or sets whether the paragraph mark should be displayed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[DefaultValue(RichEditFormattingMarkVisibility.Auto)]
[XtraSerializableProperty]
public RichEditFormattingMarkVisibility ParagraphMark { get; set; }

Property Value

Type Default Description
RichEditFormattingMarkVisibility **Auto**

A RichEditFormattingMarkVisibility enumeration member specifying the visibility of the paragraph marks.

Available values:

Name Description
Auto

Formatting mark visibility is determined by the current view.

Visible

Formatting marks are always visible.

Hidden

Formatting marks are always hidden.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ParagraphMark
WinForms Controls SnapControlOptions
.FormattingMarkVisibility.ParagraphMark
RichEditControlOptions
.FormattingMarkVisibility.ParagraphMark
WPF Controls RichEditControlOptions
.FormattingMarkVisibility.ParagraphMark
Office File API RichEditControlOptionsBase
.FormattingMarkVisibility.ParagraphMark
See Also