Class DialogDialogButton
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("buttonModel")]
public object ButtonModel { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Click
Declaration
[HtmlAttributeName("click")]
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 | Description |
---|---|
MvcTemplate<System.Object> |
IsFlat
Specifies the flat appearance of the dialog buttons
Declaration
[HtmlAttributeName("isFlat")]
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
[HtmlAttributeName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "Button" |