Interface
IWindowAction

The interface for an action button in the Window titlebar.

Definition

Namespace:Telerik.Blazor.Components.Window

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface IWindowAction

Properties

Hidden

Whether the action button is hidden.

Declaration

cs-api-definition
bool Hidden { get; set; }

Property Value

bool

Icon

The predefined Telerik icon that will be used.

Declaration

cs-api-definition
object Icon { get; set; }

Property Value

object

Name

The name of the action. Predefined Action Names are: Close, Minimize, Maximize.

Declaration

cs-api-definition
string Name { get; set; }

Property Value

string

OnClick

The EventCallback that will be executed when the action is clicked.

Declaration

cs-api-definition
EventCallback<MouseEventArgs> OnClick { get; set; }

Property Value

EventCallback<MouseEventArgs>

Title

The title of the action button.

Declaration

cs-api-definition
string Title { get; set; }

Property Value

string

In this article
DefinitionPropertiesHiddenIconNameOnClickTitle
Not finding the help you need?
Contact Support