Skip to main content
A newer version of this page is available. .

DetailDescriptorBase() Constructor

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

Namespace: DevExpress.Xpf.Grid

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

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