Class ReactiveListBox<TItem>
Inheritance
ReactiveListBox<TItem>
Implements
Inherited Members
Namespace: PoeShared.Blazor.Controls
Assembly: PoeShared.Blazor.Controls.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() |