DetailDescriptorBase() Constructor
In This Article
Initializes a new instance of the DetailDescriptorBase class with default settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Remarks
DetailDescriptorBase implements basic functionality for Detail sections displayed within a GridControl. Do not initialize this class directly. Use one of its descendants instead.
See Also