expressappframework-devexpress-dot-expressapp-dot-systemmodule-adaaf774.md
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
public interface IModelHiddenActions :
IModelNode,
IModelList<IModelActionLink>,
IList<IModelActionLink>,
ICollection<IModelActionLink>,
IEnumerable<IModelActionLink>,
IEnumerable
Public Interface IModelHiddenActions
Inherits IModelNode,
IModelList(Of IModelActionLink),
IList(Of IModelActionLink),
ICollection(Of IModelActionLink),
IEnumerable(Of IModelActionLink),
IEnumerable
The following members return IModelHiddenActions objects:
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
Application Model (UI Settings Storage)