IModelActionContainerToRibbonLink.ActionContainer Property
Specifies the Action Container mapped to the ActionContainerToRibbonLink element.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
[DataSourceProperty("ActionContainers", new string[]{})]
IModelActionContainer ActionContainer { get; set; }
Property Value
| Type | Description |
|---|---|
| IModelActionContainer | The action container. |
Remarks

See Also