Back to Devexpress

IModelHiddenActions Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-adaaf774.md

latest2.7 KB
Original Source

IModelHiddenActions Interface

The HiddenActions node specifies Actions to be hidden when a View is displayed.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelHiddenActions :
    IModelNode,
    IModelList<IModelActionLink>,
    IList<IModelActionLink>,
    ICollection<IModelActionLink>,
    IEnumerable<IModelActionLink>,
    IEnumerable
vb
Public Interface IModelHiddenActions
    Inherits IModelNode,
             IModelList(Of IModelActionLink),
             IList(Of IModelActionLink),
             ICollection(Of IModelActionLink),
             IEnumerable(Of IModelActionLink),
             IEnumerable

The following members return IModelHiddenActions objects:

Remarks

The IModelHiddenActions node represents a list of the IModelActionLink nodes. To hide an Action from the specific View, right-click the Views | View | HiddenActions node and choose Add… | ActionLink.

Then, chose an Action to hide in the IModelActionLink.Action property combo box.

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

See Also

IModelHiddenActions Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.SystemModule Namespace