SnapDocumentPosition Class
In This Article
A position within a Snap document.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
#Related API Members
The following members return SnapDocumentPosition objects:
#Remarks
A SnapDocumentPosition is defined by its SnapDocumentRange.Start and SnapDocumentRange.End positions.
To obtain an arbitrary position in a document, use the SnapSubDocument.CreatePosition method.
#Inheritance
Object
DocumentPosition
DevExpress.XtraRichEdit.API.Native.Implementation.NativeDocumentPosition
SnapDocumentPosition
See Also