Back to Devexpress

IModelBaseChoiceActionItem Interface

expressappframework-devexpress-dot-expressapp-dot-model-4f4e76d9.md

latest1.9 KB
Original Source

IModelBaseChoiceActionItem Interface

Declares properties common to Application Model‘s nodes representing Choice Action Items.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

The following members return IModelBaseChoiceActionItem 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

IModelBaseChoiceActionItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace