Skip to main content

DetailDescriptorBase() Constructor

Initializes a new instance of the DetailDescriptorBase class with default settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DetailDescriptorBase()

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