Skip to main content
Tab

TabbedLayoutGroup.PageControl Property

Gets the tabbed layout group currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxPageControl PageControl { get; }

Property Value

Type Description
ASPxPageControl

A ASPxPageControl object that is the processed tagged group.

See Also