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

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.v18.2.dll

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.

Related API Members

The following properties accept/return LayoutColumnPosition values:

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also