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

DetailDescriptorCollection(MultiDetailDescriptorBase) Constructor

Initializes a new instance of the DetailDescriptorCollection collection with the specified owner.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public DetailDescriptorCollection(
    MultiDetailDescriptorBase owner
)

Parameters

Name Type Description
owner DevExpress.Xpf.Grid.MultiDetailDescriptorBase

An object that owns the created collection.

See Also