DetailViewLayoutAttribute.GroupType Property
In This Article
Gets 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
public LayoutGroupType GroupType { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
Available values:
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. |
See Also