Back to Devexpress

IModelActionContainerViewItem Interface

expressappframework-devexpress-dot-expressapp-dot-model-23ba559c.md

latest1.9 KB
Original Source

IModelActionContainerViewItem Interface

The ActionContainerViewItem node defines a View Item displaying an Action Container.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelActionContainerViewItem :
    IModelViewItem,
    IModelNode
vb
Public Interface IModelActionContainerViewItem
    Inherits IModelViewItem,
             IModelNode

The following members return IModelActionContainerViewItem objects:

Remarks

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

See Also

IModelActionContainerViewItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

DevExpress.ExpressApp.Model Namespace