Class ButtonModelPropsModel
Interface for a class ButtonModelProps
Inheritance
System.Object
ButtonModelPropsModel
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ButtonModelPropsModel : Object
Constructors
ButtonModelPropsModel()
Declaration
public ButtonModelPropsModel()
Properties
Click
Specifies the click event binding of action buttons created within Toast.
Declaration
public MouseEventArgs Click { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.Web.MouseEventArgs |
Model
Specifies the Button component model properties to render the Toast action buttons.
Declaration
public object Model { get; set; }
Property Value
Type | Description |
---|---|
System.Object |