NavBarGroup.VisualStyle Property
Gets or sets a style object that defines the appearance of the group's header. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Style | A Style object containing group style settings. |
#Remarks
Use the VisualStyle property to control the header appearance of an individual group.
NOTE
A view's attached properties (such as the Nav
Using the VisualStyle property of a group, you can override a common header appearance defined for all groups at the view level (via the NavBarViewBase.GroupVisualStyle property), if any.