Class GridViewDataRowInfo
This class represents a row that contains data in RadGridView
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewDataRowInfo : GridViewRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable
Constructors
GridViewDataRowInfo(GridViewInfo)
Initializes a new instance of the GridViewDataRowInfo.
Declaration
public GridViewDataRowInfo(GridViewInfo viewInfo)
Parameters
GridViewInfo
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 System.ComponentModel.IEditableObject.BeginEdit call on the data bound item.
Declaration
protected override bool OnBeginEdit()
Returns
System.Boolean
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
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs that contains the event data. |