QuickGrid<TGridItem>.ChildContent Property

Definition

Defines the child components of this instance. For example, you may define columns by adding components derived from the ColumnBase<TGridItem> base class.

C#
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? ChildContent { get; set; }

Property Value

Attributes

Applies to

Product Versions
ASP.NET Core 8.0, 9.0