Back to Devexpress

DetailDescriptorBase Class

wpf-devexpress-dot-xpf-dot-grid-8b926bd0.md

latest3.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class DetailDescriptorBase :
    DXFrameworkContentElement
vb
Public MustInherit Class DetailDescriptorBase
    Inherits DXFrameworkContentElement

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.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DetailDescriptorBase ContentDetailDescriptor

DataControlDetailDescriptor

MultiDetailDescriptor

DetailDescriptorSelector

TabViewDetailDescriptor

See Also

DetailDescriptorBase Members

DataControlDetailDescriptor

ContentDetailDescriptor

TabViewDetailDescriptor

DetailDescriptor

DevExpress.Xpf.Grid Namespace