Skip to main content

RichEditHitTestResult.Next Property

Provides the hit information about the element that is positioned next to the current hit element.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public RichEditHitTestResult Next { get; }

Property Value

Type Description
RichEditHitTestResult

A RichEditHitTestResult object containing information about the next element.

See Also