Skip to main content

BootstrapTabbedLayoutGroup Class

Represents a tabbed layout group within the BootstrapFormLayout control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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