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.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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