Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DetailViewLayoutAttribute.GroupId Property

Gets the group identifier 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 string GroupId { get; }

#Property Value

Type Description
String

A string value specifying the group identifier in which the editor of the target property is placed. If a group with the specified identifier is missing in the default layout, it is created and added to the Main group. The type and index of the created group are specified using the DetailViewLayoutAttribute.GroupType and DetailViewLayoutAttribute.GroupIndex properties.

See Also