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

BootstrapTabbedLayoutGroup Class

Represents a tabbed layout group within the BootstrapFormLayout control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapTabbedLayoutGroup :
    TabbedLayoutGroup,
    IBootstrapTabbedLayoutGroup,
    IBootstrapLayoutItemBase

Remarks

The BootstrapTabbedLayoutGroup class implements the functionality of an individual tabbed layout group within the BootstrapFormLayout control.

See Also