Skip to main content

DocumentCapabilitiesOptions.SectionsAllowed Property

Gets whether handling document sections is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.Sections property instead.

See Also