Back to Devexpress

RichEditControl.IsSelectionInHeader Property

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

latest1.1 KB
Original Source

RichEditControl.IsSelectionInHeader Property

Indicates whether the selection (CaretPosition) is located in the document header.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace