ClassGridViewDataRowInfo
This class represents a row that contains data in RadGridView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewDataRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable
Inheritance: objectGridViewRowInfoGridViewDataRowInfo
Derived Classes:
Implements:
Inherited Members
Constructors
GridViewDataRowInfo(GridViewInfo)
Initializes a new instance of the GridViewDataRowInfo.
Declaration
public GridViewDataRowInfo(GridViewInfo viewInfo)
Parameters
viewInfo
An instance of GridViewInfo which the current row belongs to.
Methods
OnBeginEdit()
Called when the edit operation begins for this row and handles the BeginEdit() call on the data bound item.
Declaration
protected override bool OnBeginEdit()
Returns
True if the edit operation should continue; otherwise, false.
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Handles property change notifications and manages row visibility and selection state based on pin position changes.
Declaration
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
The PropertyChangedEventArgs that contains the event data.
Overrides