Skip to main content

DocumentCapabilitiesOptions.ParagraphFormattingAllowed Property

Gets whether the paragraph formatting feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.ParagraphFormatting property instead.

See Also