Skip to main content
Tab

TabbedLayoutGroupTabPageStyles.ActiveTabStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TabStyle ActiveTabStyle { get; }

#Property Value

Type Description
TabStyle

An TabStyle object containing style settings.

See Also