FormattingMarkVisibilityOptions.ParagraphMark Property
Gets or sets whether the paragraph mark should be displayed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.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 |
|
See Also