Back to Devexpress

IModelWindowController Interface

expressappframework-devexpress-dot-expressapp-dot-model-3f931ee0.md

latest1.6 KB
Original Source

IModelWindowController Interface

The WindowController node represents a Window Controller’s settings and provides access to Actions that belong to this Controller.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[KeyProperty("Name")]
public interface IModelWindowController :
    IModelController,
    IModelNode
vb
<KeyProperty("Name")>
Public Interface IModelWindowController
    Inherits IModelController,
             IModelNode

Remarks

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

See Also

IModelWindowController Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace