Skip to main content
A newer version of this page is available. .
Tab

RibbonGroup.DataItem Property

Gets or sets the data item that is bound to the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object DataItem { get; set; }

Property Value

Type Description
Object

A Object that is the data item that is bound to the group.

Remarks

When the ASPxRibbon is bound to a data source, the DataItem property is set to the data item that is bound to the RibbonGroup 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