Back to Devexpress

GridViewTabbedLayoutGroup Class

aspnet-devexpress-dot-web-92b077c2.md

latest2.7 KB
Original Source

GridViewTabbedLayoutGroup Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewTabbedLayoutGroup objects:

Remarks

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 11 items

Object StateManager CollectionItem LayoutItemBase LayoutGroupBase TabbedLayoutGroup GridTabbedLayoutGroup GridViewTabbedLayoutGroup BootstrapGridViewTabbedLayoutGroup

MVCxGridViewTabbedLayoutGroup<ModelType>

MVCxGridViewTabbedLayoutGroup

See Also

GridViewTabbedLayoutGroup Members

DevExpress.Web Namespace