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

NavBarGroup.GroupControl Property

Gets or sets a NavBarGroupControl object used to draw the current NavBarGroup on-screen.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v18.2.dll

Declaration

public NavBarGroupControl GroupControl { get; set; }

Property Value

Type Description
DevExpress.Xpf.NavBar.NavBarGroupControl

A NavBarGroupControl object used to draw the current NavBarGroup on-screen.

See Also