Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxFormLayout.DataItemPosition Property

Specifies a data item’s index in a data source (if a data source is a collection).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public int DataItemPosition { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the data item’s index.

Remarks

If a data source is a collection, the DataItemPosition property specifies a data item’s index in this collection.

See Also