Skip to main content
.NET 6.0+

DelayedAttribute.GroupName Property

Gets the group’s name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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