Back to Devexpress

WinActionContainerViewItem Class

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-d4a2ebfd.md

latest3.0 KB
Original Source

WinActionContainerViewItem Class

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

Namespace : DevExpress.ExpressApp.Win.Editors

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public class WinActionContainerViewItem :
    ActionContainerViewItem
vb
Public Class WinActionContainerViewItem
    Inherits 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:

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.

Implements

IActionContainer

ISupportUpdate

IAppearanceVisibility

INotifyAppearanceVisibilityChanged

Inheritance

Object ViewItem ActionContainerViewItem WinActionContainerViewItem

See Also

WinActionContainerViewItem Members

ViewItemAttribute

DevExpress.ExpressApp.Win.Editors Namespace