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

DetailViewLayoutAttribute(LayoutGroupType) Constructor

Initializes a new instance of the DetailViewLayoutAttribute class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

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