Back to Devexpress

IModelControlDetailItem Interface

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

latest1.8 KB
Original Source

IModelControlDetailItem Interface

The ControlDetailItem node defines a control View Item of the current Detail View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

How to Add an Unbound Control (Button) to the Form Layout in an XAF View (with a Built-in ControlViewItem)

IModelControlDetailItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

IModelControlDetailItem

DevExpress.ExpressApp.Model Namespace