Back to Devexpress

NavBarGroupState Class

aspnetmvc-devexpress-dot-web-dot-mvc-c200f1d8.md

latest1.5 KB
Original Source

NavBarGroupState Class

Contains information (the current state) on an individual navbar group.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class NavBarGroupState :
    NavBarItemStateBase
vb
Public Class NavBarGroupState
    Inherits NavBarItemStateBase

The following members return NavBarGroupState objects:

Remarks

An object of this type can be accessed via the NavBarItemState.Group property. The NavBarState.Groups property returns a list of objects of this type.

Inheritance

Object NavBarItemStateBase NavBarGroupState

See Also

NavBarGroupState Members

Group

Groups

DevExpress.Web.Mvc Namespace