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

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

Declaration

public virtual IEnumerable<DetailDescriptorContainer> DataControlDetailDescriptors { get; }

Property Value

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

A collection of DataControlDetailDescriptor objects.

See Also