Class GridViewDataRowInfo
This class represents a row that contains data in RadGridView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.
Declaration
protected override bool OnBeginEdit()
Returns
System.Boolean
|
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|