Skip to main content

SnapDocumentRange.Start Property

Gets the start position of the SnapDocumentRange.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

public SnapDocumentPosition Start { get; }

Property Value

Type Description
SnapDocumentPosition

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

See Also