ClassGridViewSelectColumn
Class
This is the select column in the grid. It is positioned just before the first data column and it is used to mark whether a row/cell is selected. It is visible only in the GridViewSelectionMode.FullRowSelect.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewSelectColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewSelectColumn
Implements:
Inherited Members
Constructors
GridViewSelectColumn(GridViewTemplate)
Initializes the GridViewRowHeaderColumn
Declaration
cs-api-definition
public GridViewSelectColumn(GridViewTemplate template)
Parameters
template
the GridViewTemplate containing this column.
Methods
GetCellType(GridViewRowInfo)
Returns the type of cell element to be created for the specified row.
Declaration
cs-api-definition
public override Type GetCellType(GridViewRowInfo row)
Parameters
row
The specified row.
Returns
The type of the cell to be created.
Overrides