Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

public enum LayoutGroupType

Members

Name Description
SimpleEditorsGroup

The type of a group is SimpleEditors.

SizableEditorsGroup

The type of a group is SizableEditors.

TabbedGroup

The type of a group is Tabbed.

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also