Back to Devexpress

IModelWinLayoutManagerDetailViewOptions Interface

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

latest2.1 KB
Original Source

IModelWinLayoutManagerDetailViewOptions Interface

Used to extend the Application Model‘s DetailView 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 IModelWinLayoutManagerDetailViewOptions :
    IModelWinLayoutManagerOptions,
    IModelNode
vb
Public Interface IModelWinLayoutManagerDetailViewOptions
    Inherits IModelWinLayoutManagerOptions,
             IModelNode

Remarks

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

See Also

IModelWinLayoutManagerDetailViewOptions Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Win.SystemModule Namespace