Skip to main content
.NET 6.0+

DetailViewLayoutAttribute(LayoutColumnPosition, String) 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(
    LayoutColumnPosition columnPosition,
    string groupId
)

Parameters

Name Type Description
columnPosition LayoutColumnPosition

A Nullable<LayoutColumnPosition> enumeration value specifying the column in which the editor of the target property is placed.

groupId String

A string value specifying the group identifier in which the editor of the target property is placed. If a group with the specified identifier is missing in the default layout, it is created and added to the Main group.

See Also