Skip to main content
All docs
V25.2
  • 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

    Action Container Property in the Model Editor

    See Also