DetailDescriptorBase.DataControlDetailDescriptors Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public virtual IEnumerable<DetailDescriptorContainer> DataControlDetailDescriptors { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<DevExpress. |
A collection of Data |
See Also