Represents the grid's table header row that contains column headers.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewTableHeaderRowInfo : GridViewSystemRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Inheritance: objectGridViewRowInfoGridViewSystemRowInfoGridViewTableHeaderRowInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewTableHeaderRowInfo class.
C#
public GridViewTableHeaderRowInfo(GridViewInfo viewInfo)
The associated GridViewInfo, owner of this class.
Properties
Gets the allowed states for this table header row.
C#
public override AllowedGridViewRowInfoStates AllowedStates { get; }
The allowed states.
Overrides:
Gets the type of the GridRowElement for current GridViewRowInfo.
C#
public override Type RowElementType { get; }
The type of the row element.
Overrides:
Methods
Compares this table header row with another system row info.
C#
protected override int CompareToSystemRowInfo(GridViewSystemRowInfo row)
The row to compare with.
Returns:An integer indicating the relative order of the rows.
Overrides: