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

RichEditControl.IsFloatingObjectSelected Property

Indicates whether any floating object in the document is selected.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true if a floating object is selected; otherwise, false.

See Also