IndexAttribute(Int32) Constructor
Initializes a new instance of the IndexAttribute class, and sets the IndexAttribute.Index property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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