ClassWindowAction
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class WindowAction : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IWindowAction
Inheritance: objectComponentBaseWindowAction
Implements:
Inherited Members
Constructors
WindowAction()
Declaration
cs-api-definition
public WindowAction()
Properties
Hidden
Defines whether the action should be hidden
Declaration
cs-api-definition
[Parameter]
public bool Hidden { get; set; }
Property Value
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
cs-api-definition
[Parameter]
public object Icon { get; set; }
Property Value
Implements
Name
Defines the name of the Action. Predefined Action Names are: Close, Minimize, Maximize
Declaration
cs-api-definition
[Parameter]
public string Name { get; set; }
Property Value
Implements
OnClick
Defines a click handler of the Action
Declaration
cs-api-definition
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides