Class ToastButtonModelProp
Inheritance
System.Object
ToastButtonModelProp
Assembly: Syncfusion.EJ2.dll
public class ToastButtonModelProp : EJTagHelper
Constructors
Declaration
public ToastButtonModelProp()
Properties
Declaration
public string Click { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Specifies the Button component model properties to render the Toast action buttons.
Declaration
public object Model { get; set; }
Property Value
Type |
Description |
System.Object |
|