GridViewDataRowInfo
Class
This class represents a row that contains data in RadGridView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewDataRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable
Inheritance: objectGridViewRowInfoGridViewDataRowInfo
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewDataRowInfo.
C#
public GridViewDataRowInfo(GridViewInfo viewInfo)
An instance of GridViewInfo which the current row belongs to.
Methods
Handles property change notifications and manages row visibility and selection state based on pin position changes.
C#
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
The PropertyChangedEventArgs that contains the event data.
Overrides: