Class AppBarItemBase
Inheritance
System.Object
AppBarItemBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class AppBarItemBase : ComponentBase, IDisposable
Constructors
AppBarItemBase()
Declaration
protected AppBarItemBase()
Properties
Class
Defines an additional CSS class for the Component's wrapping element.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Visible
Specifies if the section is displayed. The default value is true
.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|