Skip to main content
.NET 6.0+

DetailViewLayoutAttribute(LayoutGroupType) Constructor

Initializes a new instance of the DetailViewLayoutAttribute class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailViewLayoutAttribute(
    LayoutGroupType groupType
)

Parameters

Name Type Description
groupType LayoutGroupType

A LayoutGroupType enumeration value specifying the type of a group in which the editor of the target property is placed.

See Also