Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDocument.GetSection(DocumentPosition) Method

    Gets the section encompassing the specified position.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    SnapSection GetSection(
        DocumentPosition pos
    )

    Parameters

    Name Type Description
    pos DocumentPosition

    A SnapSection instance, specifying the position in the document.

    Returns

    Type Description
    SnapSection

    A Section object, specifying a section containing the position.

    See Also