Skip to main content

NavBarViewBase.GroupVisualStyle Property

Gets or sets a style object that defines the appearance of all group headers within the view. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

#Declaration

public Style GroupVisualStyle { get; set; }

#Property Value

Type Description
Style

A Style object containing group style settings.

#Remarks

Use the GroupVisualStyle property to control the appearance of all group headers within the view.

NOTE

A view's attached properties (such as the NavBarViewBase.DisplayMode, NavBarViewBase.LayoutSettings, NavBarViewBase.ImageSettings) can be applied to the required object (a view, group or item) only through a style. The GroupVisualStyle property allows a style containing settings of these attached properties to be applied to a view object.

The group header appearance defined using the GroupVisualStyle property can be overridden at the group level via the NavBarGroup.VisualStyle property.

See Also