Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelHiddenActions Interface

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IModelHiddenActions :
    IModelNode,
    IModelList<IModelActionLink>,
    IList<IModelActionLink>,
    ICollection<IModelActionLink>,
    IEnumerable<IModelActionLink>,
    IEnumerable

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.

HiddenActions_Create

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

HiddenActions_ChooseAction

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

See Also