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

AfterInsertSnListDetailEventArgs.Master Property

Provides access to the master list to which the detail list is inserted.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public SnapList Master { get; }

Property Value

Type Description
SnapList

An object implementing the SnapList interface.

See Also