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

AfterInsertSnListColumnsEventArgs.SnList Property

Provides access to a SnapList object for which the SnapDocument.AfterInsertSnListColumns event is raised.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public SnapList SnList { get; }

Property Value

Type Description
SnapList

An object implementing the SnapList interface.

See Also