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

DetailViewLayoutAttribute.ColumnPosition Property

Gets the LayoutColumnPosition collection.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.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.

Remarks

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

See Also