Back to Devexpress

IModelLayoutElementWithCaption Interface

expressappframework-devexpress-dot-expressapp-dot-model-15e7fd23.md

latest1.9 KB
Original Source

IModelLayoutElementWithCaption Interface

Used to extend the Application Model‘s TabbedGroup node.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelLayoutElementWithCaption :
    IModelLayoutElementWithCaptionOptions,
    IModelNode
vb
Public Interface IModelLayoutElementWithCaption
    Inherits IModelLayoutElementWithCaptionOptions,
             IModelNode

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelLayoutElementWithCaption interface is used by the WinLayoutManagerController , to extend the IModelTabbedGroup interface.

See Also

IModelLayoutElementWithCaption Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace