Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public RichEditHitTestResult Next { get; }

Property Value

Type Description
RichEditHitTestResult

A RichEditHitTestResult object containing information about the next element.

See Also