RibbonItemDataFields Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class RibbonItemDataFields :
RibbonDataFields
#Related API Members
The following members return RibbonItemDataFields objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Ribbon |
#Remarks
An object of the RibbonItemDataFields type can be accessed via the ASPxRibbon.ItemDataFields property of a ribbon control.
#Inheritance
See Also