Skip to main content
A newer version of this page is available. .

DocumentCapabilitiesOptions.FloatingObjectsAllowed Property

Gets whether the floating objects are allowed in the document.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool FloatingObjectsAllowed { get; }

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FloatingObjectsAllowed
WinForms Controls SnapControlOptions
.DocumentCapabilities.FloatingObjectsAllowed
RichEditControlOptions
.DocumentCapabilities.FloatingObjectsAllowed
WPF Controls RichEditControlOptions
.DocumentCapabilities.FloatingObjectsAllowed
Office File API RichEditControlOptionsBase
.DocumentCapabilities.FloatingObjectsAllowed
ASP.NET Web Forms Controls ASPxRichEditSettings
.DocumentCapabilities.FloatingObjectsAllowed

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

Use the DocumentCapabilitiesOptions.FloatingObjects property instead.

See Also