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

NavBarStyles.Item Property

Gets the style settings that define the common appearance of navbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarItemStyle Item { get; }

Property Value

Type Description
NavBarItemStyle

A NavBarItemStyle object that contains the style settings.

Remarks

The Item property provides access to the style settings defining the appearance style of all navbar items.

See Also