Class GridViewTableHeaderRowInfo
Represents the grid's table header row
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewTableHeaderRowInfo : GridViewSystemRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Constructors
GridViewTableHeaderRowInfo(GridViewInfo)
Initializes a new instance of the GridViewTableHeaderRowInfo class.
Declaration
public GridViewTableHeaderRowInfo(GridViewInfo viewInfo)
Parameters
GridViewInfo
viewInfo
The associated GridViewInfo, owner of this class |
Properties
AllowedStates
Gets the allowed states.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
AllowedGridViewRowInfoStates
The allowed states. |
Overrides
RowElementType
Gets the type of the GridRowElement for current GridViewRowInfo.
Declaration
public override Type RowElementType { get; }
Property Value
System.Type
|
Overrides
Methods
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares with specific the system row info.
Declaration
protected override int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
GridViewSystemRowInfo
row
The row. |
Returns
System.Int32
|