Class
BindingComponentBase

Definition

Namespace:Telerik.Blazor.Components.Common.Layout

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class BindingComponentBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentBindingComponentBase

Derived Classes: HierarchicalBindingComponentBaseTelerikBreadcrumb<TItem>

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

BindingComponentBase()

Declaration

cs-api-definition
public BindingComponentBase()

Properties

IconField

Defines the Icon DataField of the DataSource. Default value is "Icon".

Declaration

cs-api-definition
[Parameter]
public string IconField { get; set; }

Property Value

string

TextField

Defines the Text DataField of the DataSource. Default value is "Text".

Declaration

cs-api-definition
[Parameter]
public string TextField { get; set; }

Property Value

string

UrlField

Defines the Url DataField of the DataSource. Default value is "Url".

Declaration

cs-api-definition
[Parameter]
public string UrlField { get; set; }

Property Value

string