Skip to main content

DocumentCapabilitiesOptions.ParagraphsAllowed Property

Gets whether operations with paragraph breaks in the document are allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool ParagraphsAllowed { get; }
<Browsable(False)>
Public ReadOnly Property ParagraphsAllowed As Boolean

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access the DocumentCapabilitiesOptions.ParagraphsAllowed property from the following objects:

Object Type Path to ParagraphsAllowed
RichEditControl
.Options.DocumentCapabilities.ParagraphsAllowed
RichEditControlOptions
.DocumentCapabilities.ParagraphsAllowed
RichEditControlOptionsBase
.DocumentCapabilities.ParagraphsAllowed

Remarks

Use the DocumentCapabilitiesOptions.Paragraphs property instead.

See Also