Class
WindowAction

Definition

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

bool

Implements IWindowAction.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.

Declaration

cs-api-definition
[Parameter]
public object Icon { get; set; }

Property Value

object

Implements IWindowAction.Icon

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

string

Implements IWindowAction.Name

OnClick

Defines a click handler of the Action

Declaration

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

Property Value

EventCallback<MouseEventArgs>

Implements IWindowAction.OnClick

Title

Defines the title of the Action.

Declaration

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

Property Value

string

Implements IWindowAction.Title

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()