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

BeforeInsertSnListEventArgs.Position Property

Specifies the position in the document into which a Snap list is being inserted.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public SnapDocumentPosition Position { get; set; }

Property Value

Type Description
SnapDocumentPosition

A SnapDocumentPosition value.

See Also