Back to Devexpress

RichEditControl.IsSelectionInFooter Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-96ba9a2a.md

latest1.7 KB
Original Source

RichEditControl.IsSelectionInFooter Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

CaretPosition

HasHeader(HeaderFooterType)

HasFooter(HeaderFooterType)

ChangeActiveDocument(SubDocument)

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace