Back to Devexpress

IModelCreatableItem Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-2679bdc9.md

latest1.4 KB
Original Source

IModelCreatableItem Interface

A CreatableItem node defines an item of the New Action.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DisplayProperty("Caption")]
[KeyProperty("ClassName")]
public interface IModelCreatableItem :
    IModelNode,
    IModelBaseChoiceActionItem,
    IModelToolTip
vb
<DisplayProperty("Caption")>
<KeyProperty("ClassName")>
Public Interface IModelCreatableItem
    Inherits IModelNode,
             IModelBaseChoiceActionItem,
             IModelToolTip

Remarks

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

See Also

IModelCreatableItem Members

DevExpress.ExpressApp.SystemModule Namespace