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

DataControlDetailDescriptor.CustomGetParent Event

Allows you to enable the binding from the ViewModel to the grid.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public event CustomGetParentEventEventHandler CustomGetParent

Event Data

The CustomGetParent event's data class is DevExpress.Xpf.Grid.CustomGetParentEventArgs.

See Also