IndexAttribute.Index Property
Indicates the order index by which the target property is arranged in automatically generated Views.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that represents the target property’s order index in automatically generated Views. |
Remarks
This property is specified by the index parameter passed in the Index attribute, applied to a business class property. For details on this attribute, refer to the IndexAttribute class description.
See Also