Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinActionContainerViewItem Class

Represents the Action Container View Item used in XAF Windows Forms applications.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

#Declaration

public class WinActionContainerViewItem :
    ActionContainerViewItem

#Remarks

The WinActionContainerViewItem uses an instance of the DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer to display Actions in a UI.

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

ActionInDetailViewWin

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
WinActionContainerViewItem
See Also