ComponentOne ListView for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1CommandField Class

In This Topic
    C1CommandField Class Properties
    In This Topic

    For a list of all members of this type, see C1CommandField members.

    Public Properties
     NameDescription
    Public PropertyGets or sets text that is rendered as the abbr attribute of the column's header cell. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyCauses the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyA value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyA value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the type of the button in the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1ButtonFieldBase)
    Public PropertyGets or sets the URL to the Cancel button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Cancel button caption displayed in a C1CommandField field.  
    Public PropertyOverridden. Gets or sets a value indicating whether validation is performed when a button in a column is clicked.  
    Public PropertyGets or sets the URL to the Delete button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Delete button caption displayed in a C1CommandField field.  
    Public PropertyGets or sets the URL to the Edit button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Edit button caption displayed in a C1CommandField field.  
    Public PropertyGets or sets the URL to the Filter button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Filter button caption displayed in a C1CommandField field.  
    Public PropertyGets or sets the footer text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the location of the header image. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the header text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyDetermines whether rows are merged. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets the URL to the Select button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Select button caption displayed in a C1CommandField field.  
    Public PropertyGets or sets a value indicating whether a Cancel button is displayed in a C1CommandField column.  
    Public PropertyGets or sets a value indicating whether a Delete button is displayed in a C1CommandField column.  
    Public PropertyGets or sets a value indicating whether a Edit button is displayed in a C1CommandField column.  
    Public PropertyGets or sets a value indicating whether a Filter button is displayed in a C1CommandField column.  
    Public PropertyGets or sets a value indicating whether a Select button is displayed in a C1CommandField column.  
    Public PropertyGets the direction of the sort. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets the URL to the Update button image displayed in a C1CommandField field.  
    Public PropertyGets or sets the Update button caption displayed in a C1CommandField field.  
    Public PropertyGets or sets the name of the group of validation controls to validate when a button in a column is clicked. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1ButtonFieldBase)
    Public PropertyA value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyDetermines the width of the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Top
    See Also