Skip to main content

FormattingMarkVisibilityOptions.ParagraphMark Property

Gets or sets whether the paragraph mark should be displayed.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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:

Object Type Path to ParagraphMark
RichEditControlOptionsBase
.FormattingMarkVisibility .ParagraphMark
See Also