Class GridViewSystemRowInfo
Represents a system row in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSystemRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Constructors
GridViewSystemRowInfo(GridViewInfo)
Initializes a new instance of the GridViewSystemRowInfo class.
Declaration
public GridViewSystemRowInfo(GridViewInfo viewInfo)
Parameters
GridViewInfo
viewInfo
The view info. |
Properties
Index
Gets the index of row in GridViewRowCollection.
Declaration
public override int Index { get; }
Property Value
System.Int32
The index. |
Overrides
IsSystem
Determines whether the row is internally created by RadGridView and is used for displaying some dynamic information.
Declaration
public override bool IsSystem { get; }
Property Value
System.Boolean
|
Overrides
Parent
Gets the parent row for this row.
Declaration
public override IHierarchicalRow Parent { get; }
Property Value
IHierarchicalRow
|
Overrides
RowPosition
Gets or sets the row position.
Declaration
public SystemRowPosition RowPosition { get; set; }
Property Value
SystemRowPosition
The row position. |
Methods
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares with specific the system row info.
Declaration
protected virtual int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
GridViewSystemRowInfo
row
The row. |
Returns
System.Int32
|
Explicit Interface Implementations
IComparable<GridViewSystemRowInfo>.CompareTo(GridViewSystemRowInfo)
Declaration
int IComparable<GridViewSystemRowInfo>.CompareTo(GridViewSystemRowInfo row)
Parameters
GridViewSystemRowInfo
row
|
Returns
System.Int32
|