Back to Devexpress

ASPxRibbon.ItemDataFields Property

aspnet-devexpress-dot-web-dot-aspxribbon-f83649b9.md

latest1.3 KB
Original Source

ASPxRibbon.ItemDataFields Property

Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound ribbon should be obtained.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonItemDataFields ItemDataFields { get; }
vb
Public ReadOnly Property ItemDataFields As RibbonItemDataFields

Property Value

TypeDescription
RibbonItemDataFields

A RibbonItemDataFields object that contains the required mapping properties.

|

See Also

Ribbon

ASPxRibbon Class

ASPxRibbon Members

DevExpress.Web Namespace