Back to Devexpress

IModelWinLayoutGroup Interface

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-ae3274cc.md

latest2.1 KB
Original Source

IModelWinLayoutGroup Interface

Used to extend the Application Model‘s LayoutGroup node.

Namespace : DevExpress.ExpressApp.Win.SystemModule

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

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

Remarks

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

See Also

IModelWinLayoutGroup Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Win.SystemModule Namespace