ClassGridViewRowHeaderColumn
Class
This is the left-most column in the grid. Used to mark whether a row is current/in edit mode/etc.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewRowHeaderColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewRowHeaderColumn
Implements:
Inherited Members
Constructors
GridViewRowHeaderColumn(GridViewTemplate)
Initializes the GridViewRowHeaderColumn
Declaration
cs-api-definition
public GridViewRowHeaderColumn(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