Skip to main content
All docs
V26.1
  • ToolbarItem.ChildContent Property

    Specifies Toolbar item content.

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    Declaration

    public RenderFragment<IToolbarItemInfo> ChildContent { get; set; }

    Property Value

    Type Description
    RenderFragment<IToolbarItemInfo>

    Content markup.

    Implements

    See Also