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 Grid
Declaration
public GridViewSystemRowInfo(GridViewInfo viewInfo)
Parameters
Grid The view info. |
Properties
Index
Gets the index of row in GridViewRowCollection.
Declaration
public override int Index { get; }
Property Value
System. 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.
|
Overrides
Parent
Gets the parent row for this row.
Declaration
public override IHierarchicalRow Parent { get; }
Property Value
Overrides
RowPosition
Gets or sets the row position.
Declaration
public SystemRowPosition RowPosition { get; set; }
Property Value
System The row position. |
Methods
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares with specific the system row info.
Declaration
protected virtual int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
Grid The row. |
Returns
System.
|
Explicit Interface Implementations
IComparable<GridViewSystemRowInfo>.CompareTo(GridViewSystemRowInfo)
Declaration
int IComparable<GridViewSystemRowInfo>.CompareTo(GridViewSystemRowInfo row)
Parameters
Returns
System.
|