InterfaceIWindowAction
Interface
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.
Icon
The predefined Telerik icon that will be used.
Name
The name of the action. Predefined Action Names are: Close, Minimize, Maximize.
OnClick
The EventCallback that will be executed when the action is clicked.
Declaration
cs-api-definition
EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value