Class RadzenComponentWithChildren
A base class of components that have child content.
Inheritance
System.Object
RadzenComponentWithChildren
Implements
IDisposable
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenComponentWithChildren : RadzenComponent, IDisposable
Properties
ChildContent
Gets or sets the child content
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The content of the child. |
Implements
IDisposable