Class Commands
Gets or sets an object that indicates to define a command column in the grid.
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.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Commands : EJTagHelper
Constructors
Commands()
Declaration
public Commands()
Properties
ButtonOptions
Gets or sets an object that indicates to define all the button options which are available in ejButton.
Declaration
[JsonProperty("buttonOptions")]
public ButtonProperties ButtonOptions { get; set; }
Property Value
Type | Description |
---|---|
ButtonProperties |
Type
Gets or sets a value that indicates to add the command column button.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |