WebActionContainerViewItem.Actions Property
Provides access to a collection of Actions which are displayed by the Web Action Container View Item.
Namespace: DevExpress.ExpressApp.Web.Editors
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<ActionBase> | An object that represents a ReadOnlyCollection<ActionBase> collection that contains Actions of the current Web Action Container View Item. |
See Also