Class GridViewSelectColumn
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.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSelectColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx
Constructors
GridViewSelectColumn(GridViewTemplate)
Initializes the GridViewRowHeaderColumn
Declaration
public GridViewSelectColumn(GridViewTemplate template)
Parameters
GridViewTemplate
template
the GridViewTemplate containing this column. |
Methods
GetCellType(GridViewRowInfo)
Returns the type of cell element to be created for the specified row.
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
The specified row. |
Returns
System.Type
The type of the cell to be created. |