Skip to main content
All docs
V23.2

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.v23.2.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