Skip to main content
A newer version of this page is available. .

WinActionContainerViewItem.Actions Property

Provides access to a collection of Actions which are displayed by the Win Action Container View Item.

Namespace: DevExpress.ExpressApp.Win.Editors

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

Declaration

public override ReadOnlyCollection<ActionBase> Actions { get; }

Property Value

Type Description
ReadOnlyCollection<ActionBase>

An object that represents a ReadOnlyCollection<ActionBase> collection that contains Actions of the current Win Action Container View Item.

See Also