Skip to main content
Tab

ASPxFormLayout.DataItem Property

Gets the data item that is bound to the form layout’s item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object DataItem { get; }

#Property Value

Type Description
Object

An that represents the data item which is bound to the item.

See Also