Skip to main content

DocumentCapabilitiesOptions.ParagraphStyleAllowed Property

Gets whether the paragraph styling feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.ParagraphStyle property instead.

See Also