Skip to main content
.NET 8.0+

DelayedAttribute.GroupName Property

Gets the group’s name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public string GroupName { get; }

#Property Value

Type Description
String

A String value that specifies the group’s name.

#Remarks

For more information on delayed loading, see Delayed Loading.

See Also