ClassGridViewSystemRowInfo
Represents a system row in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewSystemRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Inheritance: objectGridViewRowInfoGridViewSystemRowInfo
Derived Classes:
Implements:
Inherited Members
Constructors
GridViewSystemRowInfo(GridViewInfo)
Initializes a new instance of the GridViewSystemRowInfo class.
Declaration
public GridViewSystemRowInfo(GridViewInfo viewInfo)
Parameters
viewInfo
The view info.
Properties
Index
Gets the index of row in GridViewRowCollection.
Declaration
public override int Index { get; }
Property Value
The index.
Overrides
IsSystem
Determines whether the row is internally created by RadGridView and is used for displaying some dynamic information.
Declaration
[Browsable(false)]
public override bool IsSystem { get; }
Property Value
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
The row position.
Methods
CompareToSystemRowInfo(GridViewSystemRowInfo)
Compares with specific the system row info.
Declaration
protected virtual int CompareToSystemRowInfo(GridViewSystemRowInfo row)
Parameters
row
The row.
Returns