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

TabbedLayoutGroupTabPageStyles.ActiveTabStyle Property

Gets the style settings defining the active tab appearance within the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TabStyle ActiveTabStyle { get; }

Property Value

Type Description
TabStyle

An TabStyle object containing style settings.

See Also