ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ButtonField Class / CommandName Property

In This Topic
    CommandName Property (C1ButtonField)
    In This Topic
    Gets or sets the command associated with the button.
    Syntax
    'Declaration
     
    Public Overridable Property CommandName As System.String
    public virtual System.string CommandName {get; set;}
    See Also