Class RadzenContent
RadzenContent component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenContent : RadzenComponentWithChildren, IDisposable
Properties
Container
Gets or sets the container.
Declaration
public string Container { get; set; }
Property Value
Type | Description |
---|---|
System.String | The container. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable