Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int Index { get; }

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