GridViewSelectColumn
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:
C#
public class GridViewSelectColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewSelectColumn
Implements:
Inherited Members
Constructors
Initializes the GridViewRowHeaderColumn
C#
public GridViewSelectColumn(GridViewTemplate template)
the GridViewTemplate containing this column.
Methods
Returns the type of cell element to be created for the specified row.
C#
public override Type GetCellType(GridViewRowInfo row)
The specified row.
Returns:The type of the cell to be created.
Overrides: