Skip to main content
Tab

TabbedLayoutGroup.SettingsTabPages Property

Provides access to the tabbed layout group page settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabbedLayoutGroupTabPageSettings SettingsTabPages { get; }

Property Value

Type Description
TabbedLayoutGroupTabPageSettings

A TabbedLayoutGroupTabPageSettings object that contains the tab pages settings.

See Also