menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Commands

    Show / Hide Table of Contents

    Class Commands

    Gets or sets an object that indicates to define a command column in the grid.

    Inheritance
    System.Object
    EJTagHelper
    Commands
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved