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

Declaration

public DetailDescriptorCollection(
    MultiDetailDescriptorBase owner
)

Parameters

Name Type Description
owner DevExpress.Xpf.Grid.MultiDetailDescriptorBase

An object that owns the created collection.

See Also