Back to Devexpress

IModelWinLayoutManagerOptions Interface

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-4e24f2cc.md

latest1.9 KB
Original Source

IModelWinLayoutManagerOptions Interface

Used to extend the Application Model Options 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 IModelWinLayoutManagerOptions :
    IModelNode
vb
Public Interface IModelWinLayoutManagerOptions
    Inherits IModelNode

Remarks

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

See Also

IModelWinLayoutManagerOptions Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Win.SystemModule Namespace