Back to Devexpress

IModelTabbedGroup Interface

expressappframework-devexpress-dot-expressapp-dot-model-548a63c4.md

latest2.0 KB
Original Source

IModelTabbedGroup Interface

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

Declaration

csharp
public interface IModelTabbedGroup :
    IModelViewLayoutElement,
    IModelNode,
    IModelLayoutElementWithCaption,
    IModelLayoutElementWithCaptionOptions,
    IModelList<IModelLayoutGroup>,
    IList<IModelLayoutGroup>,
    ICollection<IModelLayoutGroup>,
    IEnumerable<IModelLayoutGroup>,
    IEnumerable
vb
Public Interface IModelTabbedGroup
    Inherits IModelViewLayoutElement,
             IModelNode,
             IModelLayoutElementWithCaption,
             IModelLayoutElementWithCaptionOptions,
             IModelList(Of IModelLayoutGroup),
             IList(Of IModelLayoutGroup),
             ICollection(Of IModelLayoutGroup),
             IEnumerable(Of IModelLayoutGroup),
             IEnumerable

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelTabbedGroup Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace