expressappframework-devexpress-dot-expressapp-dot-model-548a63c4.md
The TabbedGroup node defines the layout of View Items within a tabbed group.
Namespace : DevExpress.ExpressApp.Model
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public interface IModelTabbedGroup :
IModelViewLayoutElement,
IModelNode,
IModelLayoutElementWithCaption,
IModelLayoutElementWithCaptionOptions,
IModelList<IModelLayoutGroup>,
IList<IModelLayoutGroup>,
ICollection<IModelLayoutGroup>,
IEnumerable<IModelLayoutGroup>,
IEnumerable
Public Interface IModelTabbedGroup
Inherits IModelViewLayoutElement,
IModelNode,
IModelLayoutElementWithCaption,
IModelLayoutElementWithCaptionOptions,
IModelList(Of IModelLayoutGroup),
IList(Of IModelLayoutGroup),
ICollection(Of IModelLayoutGroup),
IEnumerable(Of IModelLayoutGroup),
IEnumerable
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
See Also
Application Model (UI Settings Storage)