Skip to main content
A newer version of this page is available.

SnapDocumentRange Class

A range within a Snap document.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

public class SnapDocumentRange :
    NativeDocumentRange

Remarks

The start and end positions of a document range are specified by its SnapDocumentRange.Start and SnapDocumentRange.End properties.

Inheritance

Object
DevExpress.XtraRichEdit.API.Native.Implementation.NativeDocumentRange
SnapDocumentRange
See Also