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

DXRichEditFormattingMarkVisibilityOptions.HiddenText Property

Gets or sets the visibility of the hidden text. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public RichEditFormattingMarkVisibility HiddenText { get; set; }

Property Value

Type Description
RichEditFormattingMarkVisibility

A RichEditFormattingMarkVisibility enumeration member specifying the visibility of hidden text.

Property Paths

You can access this nested property as listed below:

Object Type Path to HiddenText
RichEditControl
See Also