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

NavBarItemTemplateContainer Class

Represents a container for the templates used to render items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class NavBarItemTemplateContainer :
    ItemTemplateContainerBase

Remarks

The NavBarItemTemplateContainer class represents a container cell for the templates used to render items within a navbar control.

Objects of the NavBarItemTemplateContainer type are automatically instantiated when a template of one of the following types is created: ASPxNavBar.ItemTemplate or NavBarItem.Template.

Inheritance

See Also