Skip to main content
.NET 6.0+

IndexAttribute(Int32) Constructor

Initializes a new instance of the IndexAttribute class, and sets the IndexAttribute.Index property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IndexAttribute(
    int index
)

Parameters

Name Type Description
index Int32

An integer value that represents the target property’s order index in automatically generated Views.

Remarks

For details on the Index attribute, refer to the IndexAttribute class description.

See Also