Class DialogDialogButton
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DialogDialogButton
  Namespace: Syncfusion.EJ2.Popups
Assembly: Syncfusion.EJ2.dll
Syntax
public class DialogDialogButton : EJTagHelper
  Constructors
DialogDialogButton()
Declaration
public DialogDialogButton()
  Properties
ButtonModel
Specifies the button component properties to render the dialog buttons.
Declaration
public object ButtonModel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
Click
Declaration
public string Click { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
IsFlat
Specifies the flat appearance of the dialog buttons
Declaration
public bool IsFlat { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is true  | 
      
Type
Specify the type of the button. Possible values are Button, Submit and Reset.
Declaration
public string Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "Button"  |