CloudControlItem.DataItem Property
In This Article
Gets the data item that is bound to the cloud control item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 Data
See Also