The C1CommandField type exposes the following members.

Constructors

  Name Description
Public method C1CommandField
Constructor. Creates a new instance of the C1CommandField class.

Methods

  Name Description
Public method ExtractValuesFromCell
Fills the specified IOrderedDictionary object with values from the specified TableCell object.
(Inherited from C1BaseField.)
Public method ToString
Returns a string that represents the current C1CommandField object.
(Overrides C1BaseField..::..ToString()()()().)

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
(Inherited from C1BaseField.)
Public property Aggregate
Causes 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 C1Field.)
Public property AllowGroup
Used to prevent client-side grouping of a column in a grouped grid.
(Inherited from C1Field.)
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized on the client.
(Inherited from C1BaseField.)
Public property ButtonType
Gets or sets the type of the button in the column.
(Inherited from C1BaseButtonField.)
Public property CancelImageUrl
Gets or sets the URL to the Cancel button image displayed in a C1CommandField field.
Public property CancelText
Gets or sets the Cancel button caption displayed in a C1CommandField field.
Public property CausesValidation
Gets or sets a value indicating whether validation is performed when a button in a column is clicked.
(Overrides C1BaseButtonField..::..CausesValidation.)
Public property ControlStyle
Gets the style of any Web server controls contained by the C1BaseField object.
(Inherited from C1BaseField.)
Public property DeleteImageUrl
Gets or sets the URL to the Delete button image displayed in a C1CommandField field.
Public property DeleteText
Gets or sets the Delete button caption displayed in a C1CommandField field.
Public property EditImageUrl
Gets or sets the URL to the Edit button image displayed in a C1CommandField field.
Public property EditText
Gets or sets the Edit button caption displayed in a C1CommandField field.
Public property FilterImageUrl
Gets or sets the URL to the Filter button image displayed in a C1CommandField field.
Public property FilterText
Gets or sets the Filter button caption displayed in a C1CommandField field.
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
(Inherited from C1BaseField.)
Public property FooterStyle
Gets the style properties of the column footer.
(Inherited from C1BaseField.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property GroupInfo
Gets a GroupInfo object that determines whether a column should be grouped on and how the group header and footer rows should be formatted and displayed.
(Inherited from C1Field.)
Public property GroupPos
Infrastructure. Do not use.
(Inherited from C1Field.)
Public property HeaderImageUrl
Gets or sets the location of the header image.
(Inherited from C1BaseField.)
Public property HeaderStyle
Gets the style properties of the column header.
(Inherited from C1BaseField.)
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property HeaderTextJson
Infrastructure.
(Inherited from C1BaseField.)
Public property InnerState
Storage used for persisting elements of object state which can't be serialized to JSON using JsonAttribute.
(Inherited from C1Field.)
Public property ItemStyle
Gets the style properties of the item.
(Inherited from C1BaseField.)
Public property RowMerge
Determines whether rows are merged.
(Inherited from C1Field.)
Public property SelectImageUrl
Gets or sets the URL to the Select button image displayed in a C1CommandField field.
Public property SelectText
Gets or sets the Select button caption displayed in a C1CommandField field.
Public property ShowCancelButton
Gets or sets a value indicating whether a Cancel button is displayed in a C1CommandField column.
Public property ShowDeleteButton
Gets or sets a value indicating whether a Delete button is displayed in a C1CommandField column.
Public property ShowEditButton
Gets or sets a value indicating whether a Edit button is displayed in a C1CommandField column.
Public property ShowFilterButton
Gets or sets a value indicating whether a Filter button is displayed in a C1CommandField column.
Public property ShowSelectButton
Gets or sets a value indicating whether a Select button is displayed in a C1CommandField column.
Public property SortDirection
Gets the direction of the sort.
(Inherited from C1Field.)
Public property SortExpression
Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting.
(Inherited from C1Field.)
Public property UpdateImageUrl
Gets or sets the URL to the Update button image displayed in a C1CommandField field.
Public property UpdateText
Gets or sets the Update button caption displayed in a C1CommandField field.
Public property ValidationGroup
Gets or sets the name of the group of validation controls to validate when a button in a column is clicked.
(Inherited from C1BaseButtonField.)
Public property Visible
Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.
(Inherited from C1BaseField.)

See Also