Skip to main content

DocumentCapabilitiesOptions.FloatingObjectsAllowed Property

Gets whether the floating objects are allowed in the document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

Object Type Path to FloatingObjectsAllowed
RichEditControl
.Options.DocumentCapabilities.FloatingObjectsAllowed
RichEditControlOptions
.DocumentCapabilities.FloatingObjectsAllowed
RichEditControlOptionsBase
.DocumentCapabilities.FloatingObjectsAllowed
See Also