Skip to main content
Tab

CloudControlItem.DataItem Property

Gets the data item that is bound to the cloud control item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object DataItem { get; set; }

Property Value

Type Description
Object

A Object that represents the data item which is bound to the cloud control item.

Remarks

When the ASPxCloudControl is bound to a data source, such as a XmlDataSource object, the DataItem property is set to the data item that is bound to the CloudControlItem object. This property is commonly used to access the data item’s value.

Note

The DataItem property is available only after data binding has occurred.

See Also