Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ButtonModelPropsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved