Skip to main content

DetailDescriptorCollection(MultiDetailDescriptorBase) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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