Skip to main content

RichEditControl.IsFloatingObjectSelected Property

Indicates whether any floating object in the document is selected.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

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

Property Value

Type Description
Boolean

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

See Also