Class ReactiveListBox<TItem>
Inheritance
ReactiveListBox<TItem>
Implements
Inherited Members
Namespace: EyeAuras.Blazor.Shared.Controls
Assembly: EyeAuras.Blazor.Shared.dll
Syntax
public class ReactiveListBox<TItem> : BlazorReactiveComponent, IComponent, IHandleEvent, IHandleAfterRender, IReactiveComponent, IDisposable, INotifyPropertyChanged, IRefreshableComponent, IAsyncDisposable
Type Parameters
Name | Description |
---|---|
TItem |
Constructors
Name | Description |
---|---|
ReactiveListBox() |
Properties
Name | Description |
---|---|
CanSelect | |
Classname | |
ItemTemplate | |
ItemsCount | |
ItemsSource | |
SelectedItem | |
SelectedItemChanged | |
SelectedValue | |
SelectedValueChanged | |
ValueSelector |
Methods
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
OnAfterRender(bool) | |
OnAfterRenderAsync(bool) | |
OnParametersSet() |