Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public abstract class DetailDescriptorBase :
    DXFrameworkContentElement

#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.

See Also