DocumentCapabilitiesOptions.ParagraphFramesAllowed Property
Gets whether frames are allowed in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
[Browsable(false)]
public bool ParagraphFramesAllowed { get; }
<Browsable(False)>
Public ReadOnly Property ParagraphFramesAllowed As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the feature is allowed; otherwise, false. |
Property Paths
You can access the DocumentCapabilitiesOptions.ParagraphFramesAllowed property from the following objects:
| Object Type | Path to ParagraphFramesAllowed |
|---|---|
| RichEditControl |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Use the DocumentCapabilitiesOptions.ParagraphFrames property instead.
See Also