wpf-devexpress-dot-xpf-dot-grid-8b926bd0.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public abstract class DetailDescriptorBase :
DXFrameworkContentElement
Public MustInherit Class DetailDescriptorBase
Inherits DXFrameworkContentElement
The following members return DetailDescriptorBase objects:
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.
Show 12 items
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DetailDescriptorBase ContentDetailDescriptor
See Also