Skip to main content

MultiDetailDescriptor.DataControlDetailDescriptors Property

Gets the collection of DataControlDetailDescriptor objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public override IEnumerable<DetailDescriptorContainer> DataControlDetailDescriptors { get; }

#Property Value

Type Description
IEnumerable<DevExpress.Xpf.Grid.DetailDescriptorContainer>

A collection of DataControlDetailDescriptor objects.

See Also