Back to Devexpress

CardViewTabbedLayoutGroup Class

aspnet-devexpress-dot-web-6542fcdb.md

latest2.5 KB
Original Source

CardViewTabbedLayoutGroup Class

Represents a tabbed layout group within the FormLayout used in the CardView’s edit form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewTabbedLayoutGroup :
    GridTabbedLayoutGroup
vb
Public Class CardViewTabbedLayoutGroup
    Inherits GridTabbedLayoutGroup

The following members return CardViewTabbedLayoutGroup objects:

Remarks

The CardViewTabbedLayoutGroup class implements the functionality of an individual tabbed layout group within the CardView’s embedded FormLayout.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem LayoutItemBase LayoutGroupBase TabbedLayoutGroup GridTabbedLayoutGroup CardViewTabbedLayoutGroup BootstrapCardViewTabbedLayoutGroup

MVCxCardViewTabbedLayoutGroup

See Also

CardViewTabbedLayoutGroup Members

DevExpress.Web Namespace