Back to Devexpress

RichEditControl.IsSelectionInHeaderOrFooter Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-133e98ab.md

latest1.5 KB
Original Source

RichEditControl.IsSelectionInHeaderOrFooter Property

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

For more specific information use the RichEditControl.IsSelectionInHeader and the RichEditControl.IsSelectionInFooter methods.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace