DetailDescriptorBase Class
Implements the basic functionality for objects that represent Detail Views within the grid’s master-detail hierarchy.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Related API Members
The following members return DetailDescriptorBase objects:
Remarks
This class declares common members and implements basic functionality for Detail Descriptor objects. These objects are used to represent Detail Views within a master-detail GridControl.
DetailDescriptorBase is the type of the GridControl.DetailDescriptor property, which is key to setting up master-detail representation within the grid. You need to initialize that property with any of available DetailDescriptorBase descendants.
Objects of this type are also accepted or returned by many other methods and properties that work with any Detail Descriptor type.