New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
protected AppBarItemBase()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

C#
protected override Task OnParametersSetAsync()
Returns:

Task

Overrides: ComponentBase.OnParametersSetAsync()

C#
public override Task SetParametersAsync(ParameterView parameters)
Parameters:parametersParameterViewReturns:

Task

Overrides: ComponentBase.SetParametersAsync(ParameterView)

Properties

Defines an additional CSS class for the Component's wrapping element.

C#
[Parameter]
public string Class { get; set; }

Specifies if the section is displayed. The default value is true.

C#
[Parameter]
public bool Visible { get; set; }