Back to Devexpress

IModelLayoutItem Interface

expressappframework-devexpress-dot-expressapp-dot-model-2722300a.md

latest1.5 KB
Original Source

IModelLayoutItem Interface

The LayoutItem node defines the layout of a particular View Item in a Detail View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelLayoutItem :
    IModelViewLayoutElement,
    IModelNode,
    ISupportControlAlignment
vb
Public Interface IModelLayoutItem
    Inherits IModelViewLayoutElement,
             IModelNode,
             ISupportControlAlignment

Remarks

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

See Also

IModelLayoutItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace