ClassWindowAction
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class WindowAction : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IWindowAction
Inheritance: objectComponentBaseWindowAction
Implements:
Inherited Members
Constructors
WindowAction()
Declaration
public WindowAction()
Properties
Hidden
Defines whether the action should be hidden
Icon
Specifies an icon rendered in the action. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
Name
Defines the name of the Action. Predefined Action Names are: Close, Minimize, Maximize
OnClick
Defines a click handler of the Action
Declaration
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides