Class
ColumnMenuBase

Definition

Namespace:Telerik.Blazor.Components.Common.ColumnMenu

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectComponentBaseBaseComponentColumnMenuBase

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)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

ColumnMenuBase()

Declaration

cs-api-definition
public ColumnMenuBase()

Properties

OnPopupHide

Declaration

cs-api-definition
[Parameter]
public EventCallback<Task> OnPopupHide { get; set; }

Property Value

EventCallback<Task>

OnPopupShow

Declaration

cs-api-definition
[Parameter]
public EventCallback OnPopupShow { get; set; }

Property Value

EventCallback

Methods

Dispose()

Declaration

cs-api-definition
public override void Dispose()

Overrides BaseComponent.Dispose()

OnColumnMenuPopupHide()

Declaration

cs-api-definition
protected virtual void OnColumnMenuPopupHide()

OnColumnMenuPopupShow()

Declaration

cs-api-definition
protected virtual void OnColumnMenuPopupShow()