Command Column
Command columns can contain command links allowing end-users to manipulate the GridView’s data, for instance to select rows, display an edit form for the current row, etc. A command column consists of the following elements:
- column header
- row cells that contain command column items.
The table below lists the main members which affect the element’s appearance and functionality:
Characteristics | Members |
---|---|
Visibility | WebColumnBase.Visible (via MVCxGridViewColumn.Visible) WebColumnBase.VisibleIndex (via MVCxGridViewColumn.VisibleIndex) |
Template | MVCxGridViewColumn.SetHeaderTemplateContent MVCxGridViewColumn.SetHeaderCaptionTemplateContent |