Skip to main content

DataControlBase.OwnerDetailDescriptor Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[CloneDetailMode(CloneDetailMode.Force)]
public DetailDescriptorBase OwnerDetailDescriptor { get; }

#Property Value

Type Description
DetailDescriptorBase

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

See Also