Back to Devexpress

LayoutColumnPosition Enum

expressappframework-devexpress-dot-expressapp-dot-model-4efe6dc4.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum LayoutColumnPosition
vb
Public Enum LayoutColumnPosition

Members

NameDescription
Left

The editor is located in the left column.

| | Right |

The editor is located in the right column.

|

The following properties accept/return LayoutColumnPosition values:

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also

DevExpress.ExpressApp.Model Namespace