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

DataControlBase.OwnerDetailDescriptor Property

Gets or sets the detail descriptor that owns this data control.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public DetailDescriptorBase OwnerDetailDescriptor { get; }

Property Value

Type Description
DetailDescriptorBase

A DetailDescriptorBase object that represents the detail descriptor that owns this data control.

See Also