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

BeforeInsertSnListRecordDataEventArgs.Target Property

Provides access to the list to which the fields are being added. Making changes to the list during this event is only safe when passing it with a null set of fields (see below).

Namespace: DevExpress.Snap.Core.API

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

Declaration

public SnapList Target { get; }

Property Value

Type Description
SnapList

A SnapList value, specifying the target list.

See Also