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.v14.2.dll

#Declaration

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

#Property Value

Type Description
Boolean

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

See Also