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