Skip to main content
All docs
V24.1

ToolbarItem.ChildContent Property

Specifies the segment of the UI to render as a RenderFragment within the toolbar item.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

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

Property Value

Type Description
RenderFragment<IToolbarItemInfo>

The UI fragment to render.

Implements

See Also