NavBarGroupDataFields(ASPxNavBar) Constructor
Initializes a new instance of the NavBarGroupDataFields class specifying its owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
navBar | ASPxNavBar | A ASPxNavBar object specifying the navbar control that will own the created object. |
Remarks
This constructor is used to create a new instance of the NavBarGroupDataFields class specifying the navbar control to which the created object belongs.
See Also