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

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

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.

Related API Members

The following properties accept/return LayoutGroupType values:

Remarks

These enumeration values are passed to the DetailViewLayoutAttribute.

See Also