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

NavBarItemDataFields Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class NavBarItemDataFields :
    NavBarDataFields

The following members return NavBarItemDataFields objects:

Remarks

An object of the NavBarItemDataFields type can be accessed by the ASPxNavBar.ItemDataFields property of a navbar control.

See Also