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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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