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

TabbedLayoutGroupTabPageSettings(ASPxPageControl, PageControlProperties, TabControlStyle) Constructor

Initializes a new instance of the TabbedLayoutGroupTabPageSettings class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TabbedLayoutGroupTabPageSettings(
    ASPxPageControl pageControl,
    PageControlProperties pageControlProperties,
    TabControlStyle pageControlStyle
)

Parameters

Name Type
pageControl ASPxPageControl
pageControlProperties DevExpress.Web.Internal.PageControlProperties
pageControlStyle TabControlStyle

Remarks

For internal use only.

See Also