Back to Devexpress

IModelViewLayoutElement Interface

expressappframework-devexpress-dot-expressapp-dot-model-c3b01923.md

latest2.0 KB
Original Source

IModelViewLayoutElement Interface

Serves as the base interface for the IModelLayoutGroup, IModelTabbedGroup, IModelLayoutItem, IModelSplitter and IModelSeparator interfaces.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelViewLayoutElement :
    IModelNode
vb
Public Interface IModelViewLayoutElement
    Inherits 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

IModelViewLayoutElement Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

DevExpress.ExpressApp.Model Namespace