PopupWindow.DataItem Property
In This Article
Gets the data item that is bound to the popup window.
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 that is bound to the window. |
#Remarks
When the popup control is bound to a data source, such as a XmlDataSource object, this property is set to the data item that is bound to this specific popup window. This property is commonly used to access the value of the data item.
Note
The Data
See Also