RibbonTab.DataItem Property
In This Article
Gets or sets the data item that is bound to the tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Object | A Object that is the data item that is bound to the tab. |
#Remarks
When the ASPxRibbon is bound to a data source, the DataItem property is set to the data item that is bound to the RibbonTab object. This property is commonly used to access the data item’s value.
Note
The Data
See Also