RichEditHitTestResult.Next Property
In This Article
Provides the hit information about the element that is positioned next to the current hit element.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public RichEditHitTestResult Next { get; }
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
See Also