Class RadzenBody
RadzenBody component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenBody : RadzenComponentWithChildren, IDisposable
Properties
Expanded
Gets or sets a value indicating whether this RadzenBody is expanded.
Declaration
public bool Expanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ExpandedChanged
Gets or sets a callback raised when the component is expanded or collapsed.
Declaration
public EventCallback<bool> ExpandedChanged { get; set; }
Property Value
Type | Description |
---|---|
EventCallback<System.Boolean> | The expanded changed callback. |
Layout
The RadzenLayout this component is nested in.
Declaration
public RadzenLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
RadzenLayout |
Style
Gets or sets the style.
Declaration
public override string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The style. |
Overrides
Methods
Dispose()
Detaches event handlers and disposes Reference.
Declaration
public override void Dispose()
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetStyle()
Gets the style.
Declaration
protected string GetStyle()
Returns
Type | Description |
---|---|
System.String | System.String. |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
Task |
Toggle()
Toggles this instance width and left margin.
Declaration
public void Toggle()
Implements
IDisposable