Skip to main content
A newer version of this page is available. .

RichEditControl.IsSelectionInHeader Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

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

Property Value

Type Description
Boolean

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

See Also