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.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public SnapList Master { get; }

Property Value

Type Description
SnapList

An object implementing the SnapList interface.

See Also