IModelHiddenActions Interface
In This Article
The HiddenActions node specifies Actions to be hidden when a View is displayed.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Related API Members
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