Back to Devexpress

RichEditControl.IsFloatingObjectSelected Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-daf5b251.md

latest1.1 KB
Original Source

RichEditControl.IsFloatingObjectSelected Property

Indicates whether any floating object in the document is selected.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace