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