Skip to main content
.NET 8.0+

DelayedAttribute(String, String) Constructor

In This Article

Initializes a new instance of the DelayedAttribute class with the specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public DelayedAttribute(
    string fieldName,
    string groupName
)

#Parameters

Name Type Description
fieldName String

A String value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the DelayedAttribute.FieldName property.

groupName String

A String value that specifies the group’s name. This value is assigned to the DelayedAttribute.GroupName property.

See Also