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:
C#
public class GridViewRowHeaderColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewRowHeaderColumn
Implements:
Inherited Members
Constructors
Initializes the GridViewRowHeaderColumn
C#
public GridViewRowHeaderColumn(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: