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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RichEditHitTestResult | A RichEditHitTestResult object containing information about the next element. |
See Also