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

RibbonItemDataFields Class

Contains properties allowing you to specify data fields from which item settings of a bound ASPxRibbon should be obtained.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class RibbonItemDataFields :
    RibbonDataFields

The following members return RibbonItemDataFields objects:

Remarks

An object of the RibbonItemDataFields type can be accessed via the ASPxRibbon.ItemDataFields property of a ribbon control.

See Also