Skip to main content

SnapDocumentRange.End Property

Gets the end position of the SnapDocumentRange.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

public SnapDocumentPosition End { get; }

Property Value

Type Description
SnapDocumentPosition

A SnapDocumentPosition object, specifying the end of the text range.

See Also