Class GridViewRowHeaderColumn
This is the left-most column in the grid. Used to mark whether a row is current/in edit mode/etc.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRowHeaderColumn : GridViewColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx
Constructors
GridViewRowHeaderColumn(GridViewTemplate)
Initializes the GridViewRowHeaderColumn
Declaration
public GridViewRowHeaderColumn(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. |