Class WindowAction
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class WindowAction : ComponentBase, IDisposable, IWindowAction
Constructors
WindowAction()
Declaration
public WindowAction()
Properties
Hidden
Defines whether the action should be hidden
Declaration
public bool Hidden { get; set; }
Property Value
System.Boolean
|
Implements
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.
Declaration
public object Icon { get; set; }
Property Value
System.Object
|
Implements
Name
Defines the name of the Action. Predefined Action Names are: Close, Minimize, Maximize
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
OnClick
Defines a click handler of the Action
Declaration
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Web.MouseEventArgs>
|
Implements
Title
Defines the title of the Action.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()