Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LayoutColumnPosition Enum

Contains values specifying the column position in which the editor of the target property is placed.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum LayoutColumnPosition

Members

Name Description
Left

The editor is located in the left column.

Right

The editor is located in the right column.

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also