Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

FormattingMarkVisibilityOptions.Separator Property

Not in use for the RichEditControl.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Property Value

Type Default
RichEditFormattingMarkVisibility **Auto**

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Separator
WinForms Controls SnapControlOptions
RichEditControlOptions
WPF Controls RichEditControlOptions
Office File API RichEditControlOptionsBase

Remarks

This option is used for the SnapControl only.

See Also