Back to Devexpress

RichEditControl.IsSelectionInTextBox Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-96fe30df.md

latest1.1 KB
Original Source

RichEditControl.IsSelectionInTextBox Property

Indicates whether the selection (CaretPosition) is located in a text box.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

true if the caret is located in the text box; otherwise, false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace