Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DelayedAttribute.GroupName Property

Gets the group’s name.

Namespace: DevExpress.Xpo

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