LayoutGroupType Enum
In This Article
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.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Simple
|
The type of a group is Simple |
Sizable
|
The type of a group is Sizable |
Tabbed
|
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