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

NavBarGroupDataFields Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class NavBarGroupDataFields :
    NavBarDataFields

The following members return NavBarGroupDataFields objects:

Remarks

An object of the NavBarGroupDataFields type can be accessed by the ASPxNavBar.GroupDataFields property of a navbar control.

See Also