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

BeforeInsertSnListColumnsEventArgs.Target Property

Provides access to the target list into which an inserted list is placed.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public SnapList Target { get; }

Property Value

Type Description
SnapList

An object implementing the SnapList interface.

See Also