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