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

DetailViewLayoutAttribute.ColumnPosition Property

Gets the LayoutColumnPosition collection.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public LayoutColumnPosition? ColumnPosition { get; }

Property Value

Type Description
Nullable<LayoutColumnPosition>

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

Available values:

Name Description
Left

The editor is located in the left column.

Right

The editor is located in the right column.

Remarks

This property has effect if the target property is located in the SimpleEditors group with two columns.

See Also