Back to Devexpress

BootstrapTabbedLayoutGroup Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d29793c1.md

latest2.0 KB
Original Source

BootstrapTabbedLayoutGroup Class

Represents a tabbed layout group within the BootstrapFormLayout control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTabbedLayoutGroup :
    TabbedLayoutGroup,
    IBootstrapTabbedLayoutGroup,
    IBootstrapLayoutItemBase
vb
Public Class BootstrapTabbedLayoutGroup
    Inherits TabbedLayoutGroup
    Implements IBootstrapTabbedLayoutGroup,
               IBootstrapLayoutItemBase

Remarks

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

Inheritance

Object StateManager CollectionItem LayoutItemBase LayoutGroupBase TabbedLayoutGroup BootstrapTabbedLayoutGroup

See Also

BootstrapTabbedLayoutGroup Members

Form Layout

Online Demo: Tabbed Groups

DevExpress.Web.Bootstrap Namespace