Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebActionContainerViewItem Class

Represents the Action Container View Item used in XAF ASP.NET Web Forms applications.

Namespace: DevExpress.ExpressApp.Web.Editors

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

[FixedWidthViewItem]
public class WebActionContainerViewItem :
    ActionContainerViewItem

Remarks

The WebActionContainerViewItem uses an instance of the DevExpress.ExpressApp.Web.Templates.ActionContainers.ActionContainerHolder to display Actions in a UI.

The following picture illustrates the WebActionContainerViewItem used to display the “Register” and “Get Key By Email” SimpleActions:

ActionInDetailViewWeb

For general information on Action Container View Items, refer to the ActionContainerViewItem class description.

To learn how to add an Action Container View Item to a Detail View, refer to the View Items and How to: Include an Action to a Detail View Layout topics.

Inheritance

Object
ViewItem
ActionContainerViewItem
WebActionContainerViewItem
See Also