Back to Devexpress

LayoutGroupType Enum

expressappframework-devexpress-dot-expressapp-dot-model-8b1e0be6.md

latest1.4 KB
Original Source

LayoutGroupType Enum

Contains values specifying the type of a group 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 LayoutGroupType
vb
Public Enum LayoutGroupType

Members

NameDescription
SimpleEditorsGroup

The type of a group is SimpleEditors.

| | SizableEditorsGroup |

The type of a group is SizableEditors.

| | TabbedGroup |

The type of a group is Tabbed.

|

The following properties accept/return LayoutGroupType values:

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also

DevExpress.ExpressApp.Model Namespace